![Dart Logo](dart-logo.png)
The last few months I have been programming with Google’s new Dart language. I’m very excited about how great it is to work with Dart! Currently, I’m using Dart for the web client of a project called doxblox - a worksheet configurator for schools.
After a while I found some things that I was missing and started to write a few Dart libraries:
- The first was a Dart EventBus for decoupling applications.
- The second was HTML5 Drag and Drop support.
HTML5 Drag and Drop was quite a task to get working across different browsers! Take a look and let me know what you think or if you have any issues with it.