fstories_widget 0.0.6 copy "fstories_widget: ^0.0.6" to clipboard
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_widget

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

dependencies:
  fstories_widget: ^0.0.6

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: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';
1
likes
130
points
25
downloads

Publisher

unverified uploader

Weekly Downloads

Flutter package that allows you to use stories mechanism in your Flutter app. It can customizeble. Package don't use external dependencies.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter

More

Packages that depend on fstories_widget