simple_painter 1.1.0 copy "simple_painter: ^1.1.0" to clipboard
simple_painter: ^1.1.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.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add simple_painter

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  simple_painter: ^1.1.0

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:simple_painter/simple_painter.dart';
6
likes
150
points
140
downloads

Publisher

verified publishercanarslan.me

Weekly Downloads

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.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

equatable, flutter

More

Packages that depend on simple_painter