storebounty_onboarding 0.0.9 storebounty_onboarding: ^0.0.9 copied to clipboard
Storebounty_onboarding package provides introductory screens for StoreBounty applications, showcasing the details of what each store offers.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add storebounty_onboarding
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
storebounty_onboarding: ^0.0.9
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:storebounty_onboarding/storebounty_onboarding.dart';