- removed the
flutter_svg
dependency
- updated
flutter_svg
to 1.1.0 - updated
xml
to 6.1.0
- updated
flutter_svg
to 1.0.0 - updated
path_parsing
to 1.0.0
- removed the Flutter version restrictions
- added the single point drawing
- fixed the eraser tool
- updated the dependencies
- added the bounds to sketch layer
- added the precision for an exported SVG file
- increased accuracy on the SVG encoding
- added the unique id for paths
- added compatibility with 3-rd part paths
- fixed the painting outside the first screen
- fixed rendering for case when there is no active tool
- migrated to the Lint package
- fixed the view box calculation
- added the view box to exported SVG
- added the legacy filled paths
- added the scrolling by two fingers
- added the weight to active tool style
- made the background color optional for importer
- made the background color optional for exporter
- opted into the null safety
- covered the code with the tests
- fixed undo/redo actions for identical layers
- added the background color for a sketch
- added the undo/redo actions for eraser
- added the pencil tool
- added the eraser tool
- added the undo/redo actions for pencil
- added the SVG converter