marcojakob / dart-dnd

Drag and Drop for Dart web apps with mouse and touch support.
https://code.makery.ch/library/dart-drag-and-drop/
MIT License
135 stars 86 forks source link

Fix strong-mode type errors #15

Closed ddrone closed 8 years ago

ddrone commented 8 years ago

This CL fixes strong mode type errors, which makes it possible to use dnd package with DDC compiler.

marcojakob commented 8 years ago

@ddrone Thank you for the fix