flutter_sticker_editor 0.0.1 copy "flutter_sticker_editor: ^0.0.1" to clipboard
flutter_sticker_editor: ^0.0.1 copied to clipboard

A Flutter package for image editing with sticker support and drawing capabilities, providing rich features like sticker management, drawing tools, and image manipulation.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_sticker_editor

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

dependencies:
  flutter_sticker_editor: ^0.0.1

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_sticker_editor/flutter_sticker_editor.dart';
1
likes
105
points
28
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter package for image editing with sticker support and drawing capabilities, providing rich features like sticker management, drawing tools, and image manipulation.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter, image_cropper, image_picker, provider, shared_preferences, vector_math

More

Packages that depend on flutter_sticker_editor