draw_your_image 0.2.0 copy "draw_your_image: ^0.2.0" to clipboard
draw_your_image: ^0.2.0 copied to clipboard

A Flutter package which enables users to draw with fingers in your designed UI.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add draw_your_image
copied to clipboard

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

dependencies:
  draw_your_image: ^0.2.0
copied to clipboard

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:draw_your_image/draw_your_image.dart';
copied to clipboard
35
likes
150
points
285
downloads

Publisher

unverified uploader

Weekly Downloads

2024.09.23 - 2025.04.07

A Flutter package which enables users to draw with fingers in your designed UI.

Repository (GitHub)

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

flutter

More

Packages that depend on draw_your_image