- Upgraded to support Flutter 3.0.0
- migrate to null safety
- fix drawing point
- fix problems signature pad on scrollable container
- draw point if users just touch screen without moving
- fix crash when backgroundPainter is null
- clean api
- better readme
- update example
- fix getData signature to future as it was not compiling for flutter 1.2.1 anymore
- fix crash when onSign is not provided
- allow custom Global key
- add onSign callback field
- clip painter to not have overflow
- add background painter capabilities
- fix #1.
- Initial release.