show_touches 0.1.0 copy "show_touches: ^0.1.0" to clipboard
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.data now returns an unmodifiable view.

New features

  • Added ShowTouchesController.isDisposed.
  • ShowTouchesController.removePointer has an optional onRemoved callback, fired after the pointer is fully removed.

Improvements

  • Performance optimizations (fewer rebuilds and repaints).

Fixes

  • Fixed an active-Ticker crash/leak when disposed during a pointer's removal animation.
  • The widget no longer disposes of an externally provided controller.

0.0.1 #

  • init
5
likes
160
points
36
downloads

Documentation

API reference

Publisher

verified publisheramooos.com

Weekly Downloads

Show finger touch effects for Flutter, with support for multiple fingers, controllers, custom widgets, and animations.

Repository (GitHub)
View/report issues

Topics

#widget #pointer #touch

License

MIT (license)

Dependencies

flutter

More

Packages that depend on show_touches