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
136 stars 91 forks source link

Fix strong-mode type errors #15

Closed ddrone closed 7 years ago

ddrone commented 7 years ago

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

marcojakob commented 7 years ago

@ddrone Thank you for the fix