introduction_story 0.1.0 copy "introduction_story: ^0.1.0" to clipboard
introduction_story: ^0.1.0 copied to clipboard

A social media story inspired screen to be used for introductions, whether to give users some information about your app (onboarding) or introduce new feature!

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add introduction_story

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

dependencies:
  introduction_story: ^0.1.0

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:introduction_story/introduction_story.dart';
19
likes
135
pub points
40%
popularity

Publisher

unverified uploader

A social media story inspired screen to be used for introductions, whether to give users some information about your app (onboarding) or introduce new feature!

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

collection, equatable, flutter, flutter_bloc

More

Packages that depend on introduction_story