signature 2.0.1
signature: ^2.0.1 copied to clipboard
A Flutter plugin providing performance optimized signature canvas with ability to set custom style, boundaries and initial state.
2.0.1 #
- Fixed null pointer in case that future was resolved after widget has been removed from tree on slower devices
2.0.0 #
- Migration from
android.supportpackages toandroidxpackages that allows this library to be used with flutter projects that useandroidx. If you need to stay onandroid.supportfor whatever reason, don't upgrade as it may break your build. See more.
1.1.0 #
- Fixed breaking change in Picture.toImage in latest flutter
- New properties isEmpty and isNotEmpty at Signature class for validation purposes
1.0.3 #
- fixed bug where canvas was not writable in case of specific boundary setup
1.0.2 #
- removed debug statements and cleanup
1.0.1 #
- README modifications and code reformat
1.0.0 #
- Initial release