simple_painter 1.3.0
simple_painter: ^1.3.0 copied to clipboard
A Flutter widget that enables drawing, adding text, shapes, and images on a customizable background with layer management, undo/redo functionality, and interactive item styling.
1.3.0 #
- Fixed brush & erase delay.
- Added pixel ratio for renderImage().
1.2.0 #
- Fixed shape widget box BoxConstraints error.
- Added boundryMargin for PainterWidget.
- Scale in PainterSettings is deprecated, use size instead.
- Canvas size fixed.
- example_projects sliders updated.
- withOpacity values replaced with withValues.
- Variables in example projects have been updated according to the current version of Flutter.
- Fixed Border overlapping gradient issue.
- Added changeItemProperties function.
- Fixed package problems.
1.1.0+1 #
- Replaced dart:io in example_project with universal_io package.
1.1.0 #
- Added item image rendering to the painter container.
- Fixed item position bugs.
- Added custom item widget.
- Added layer title while item adding.
1.0.0+2 #
- Fixed android slow dragging bug.
1.0.0+1 #
- Added example.md file for pub.dev.
1.0.0 #
First Version of the Package.
- Includes layers, state management.
- Includes item editing, adding styles, adding backgrounds and many more paint features.