show_touches 0.1.0
show_touches: ^0.1.0 copied to clipboard
Show finger touch effects for Flutter, with support for multiple fingers, controllers, custom widgets, and animations.
Changelog #
0.1.0 #
Breaking changes
ShowTouchesController.datanow returns an unmodifiable view.
New features
- Added
ShowTouchesController.isDisposed. ShowTouchesController.removePointerhas an optionalonRemovedcallback, fired after the pointer is fully removed.
Improvements
- Performance optimizations (fewer rebuilds and repaints).
Fixes
- Fixed an active-
Tickercrash/leak when disposed during a pointer's removal animation. - The widget no longer disposes of an externally provided controller.
0.0.1 #
- init