storifyme_snaps 1.2.0
storifyme_snaps: ^1.2.0 copied to clipboard
StorifyMe Snaps Editor for Flutter that enables UGC content creation right from your mobile app.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add storifyme_snapsThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
storifyme_snaps: ^1.2.0Alternatively, 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:storifyme_snaps/storifyme_snaps.dart';