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 errors #20

Closed aaronlademann-wf closed 7 years ago

aaronlademann-wf commented 7 years ago

These changes fix strong-mode errors seen when using the Dart Dev Compiler (and in the analyzer, when run with Dart SDK 1.24.1):

error: The argument type '(MouseEvent) → Null' can't be assigned to the parameter type '(Event) → void'

I also turned on a few memory-leak-related analyzer lints.

@marcojakob

marcojakob commented 7 years ago

Thank you @aaronlademann-wf. Version 0.4.0 is ready on pub: https://pub.dartlang.org/packages/dnd

aaronlademann-wf commented 7 years ago

Thanks for your prompt attention on this @marcojakob 💯