angulardart_custom_swipe 0.1.4
angulardart_custom_swipe: ^0.1.4 copied to clipboard
Custom swipe made for AngularDart using math to detect swipe
Changelog #
0.1.4 #
- Add the time spent between touchStart and touchEnd as a third variable for a swipe detection.
- Move attributes for swipe detection at beginning of the class for easy customization
- Set default values of swipe detection attributes to: distance: 50 px, angle: 20 degrees, time: 300 milliseconds
0.1.3 #
- Fix for scroll not triggered when not swiping
0.1.2 #
- Fix for touchEnd not triggered, resulting in a not working swipe event.
0.1.1 #
- Readme file update
0.1.0 #
- Initial version