stories_editor 0.2.2 stories_editor: ^0.2.2 copied to clipboard
This is a package created in the style of the instagram story creator, with which you can create images with images, texts, stickers (Gifs), finger drawing.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add stories_editor
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
stories_editor: ^0.2.2
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:stories_editor/stories_editor.dart';