fstories_widget 0.0.6
fstories_widget: ^0.0.6 copied to clipboard
Flutter package that allows you to use stories mechanism in your Flutter app. It can customizeble. Package don't use external dependencies.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add fstories_widgetThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
fstories_widget: ^0.0.6Alternatively, 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:fstories_widget/inherited.dart';
import 'package:fstories_widget/main.dart';
import 'package:fstories_widget/safe.dart';
import 'package:fstories_widget/stories.dart';
import 'package:fstories_widget/storyCard.dart';
import 'package:fstories_widget/utils.dart';