dnd 0.1.1 dnd: ^0.1.1 copied to clipboard
Drag and Drop for Dart web apps with mouse and touch support.
Changelog #
Version 0.1.0 (2014-07-17) #
- First version.
Version 0.1.1 (2014-07-21) #
- Support for IE10 and IE11 touch screens through pointer events.
- Removed
disableTouch
anddisableMouse
options. The goal was to unify touch and mouse dragging, so it should not be necessary to disable one or the other.