flutter_painting_tools 1.3.0 copy "flutter_painting_tools: ^1.3.0" to clipboard
flutter_painting_tools: ^1.3.0 copied to clipboard

A simple flutter library that allows the user to paint on the screen.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_painting_tools

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

dependencies:
  flutter_painting_tools: ^1.3.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:flutter_painting_tools/flutter_painting_tools.dart';
18
likes
130
pub points
54%
popularity

Publisher

unverified uploader

A simple flutter library that allows the user to paint on the screen.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter, provider

More

Packages that depend on flutter_painting_tools