painter 2.0.0
painter: ^2.0.0 copied to clipboard
A simple widget to paint with your fingers. Supports setting a background color, undo and export to png!
2.0.0 24.05.2021 #
- Migrated to null safety
- Provided documentation
- Fixed minor issues
0.4.0 22.04.2020 #
- Updated example
- Added erase mode
- You can now check if something was drawn at all using PainterController.isEmpty
0.3.2 07.07.2019 #
- Merge pull request #5 from devobs/flutter_upgrade
- Upgrade to flutter 1.14.11
0.3.1 22.06.2018 #
- Initial public release