flutter_signature_pad 3.0.1
flutter_signature_pad: ^3.0.1 copied to clipboard
Flutter widget to allow users to sign with finger and export the result as image.
3.0.1 31/05/2022 #
- Upgraded to support Flutter 3.0.0
3.0.0 19/03/2021 #
- migrate to null safety
2.0.3 26/01/2021 #
- fix drawing point
2.0.2 17/03/2020 #
- fix problems signature pad on scrollable container
2.0.1 13/01/2020 #
- draw point if users just touch screen without moving
2.0.0+1 28/03/2019 #
- fix crash when backgroundPainter is null
2.0.0 22/03/2019 #
- clean api
- better readme
- update example
1.0.0 26/02/2019 #
- fix getData signature to future as it was not compiling for flutter 1.2.1 anymore
0.2.3 20/01/2019. #
- fix crash when onSign is not provided
0.2.2 19/12/2018. #
- allow custom Global key
0.1.2 29/10/2018. #
- add onSign callback field
0.1.1 29/10/2018. #
- clip painter to not have overflow
0.1.0 26/10/2018. #
- add background painter capabilities
0.0.3 26/10/2018. #
- fix #1.
0.0.1 05/07/2018. #
- Initial release.