vs_story_designer 2.1.0
vs_story_designer: ^2.1.0 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, finger drawing.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add vs_story_designerWith Flutter:
$ flutter pub add vs_story_designerThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
vs_story_designer: ^2.1.0Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:vs_story_designer/vs_story_designer.dart';