Skip to content

Latest commit

 

History

History
110 lines (59 loc) · 1.47 KB

CHANGELOG.md

File metadata and controls

110 lines (59 loc) · 1.47 KB

2.2.0

  • removed the flutter_svg dependency

2.1.0

  • updated flutter_svg to 1.1.0
  • updated xml to 6.1.0

2.0.0

  • updated flutter_svg to 1.0.0
  • updated path_parsing to 1.0.0

1.1.17

  • removed the Flutter version restrictions

1.1.16

  • added the single point drawing

1.1.15

  • fixed the eraser tool

1.1.14

  • updated the dependencies

1.1.13

  • added the bounds to sketch layer

1.1.12

  • added the precision for an exported SVG file

1.1.11

  • increased accuracy on the SVG encoding
  • added the unique id for paths
  • added compatibility with 3-rd part paths

1.1.10

  • fixed the painting outside the first screen

1.1.9

  • fixed rendering for case when there is no active tool

1.1.8

  • migrated to the Lint package

1.1.7

  • fixed the view box calculation

1.1.6

  • added the view box to exported SVG

1.1.5

  • added the legacy filled paths

1.1.4

  • added the scrolling by two fingers

1.1.3

  • added the weight to active tool style

1.1.2

  • made the background color optional for importer

1.1.1

  • made the background color optional for exporter

1.1.0

  • opted into the null safety

1.0.4

  • covered the code with the tests

1.0.3

  • fixed undo/redo actions for identical layers

1.0.2

  • added the background color for a sketch

1.0.1

  • added the undo/redo actions for eraser

1.0.0

  • added the pencil tool
  • added the eraser tool
  • added the undo/redo actions for pencil
  • added the SVG converter