features_tour 0.4.12 copy "features_tour: ^0.4.12" to clipboard
features_tour: ^0.4.12 copied to clipboard

Features Tour is a package that enables you to easily create tours to introduce your widget features in your app with order.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add features_tour

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

dependencies:
  features_tour: ^0.4.12

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:features_tour/features_tour.dart';
28
likes
160
points
1.36k
downloads
screenshot

Publisher

verified publisherlamnhan.dev

Weekly Downloads

Features Tour is a package that enables you to easily create tours to introduce your widget features in your app with order.

Repository (GitHub)

Topics

#features #discovery #introduction #guide #onboarding

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter, shared_preferences

More

Packages that depend on features_tour