guided_tour 1.0.3
guided_tour: ^1.0.3 copied to clipboard
Declarative guided tours and coachmarks where the tour is data: screens carry a TourKey, tour definitions import no UI. No registration, no dependencies.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add guided_tourThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
guided_tour: ^1.0.3Alternatively, 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:guided_tour/guided_tour.dart';