guided_tour 1.0.3 copy "guided_tour: ^1.0.3" to clipboard
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_tour

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

dependencies:
  guided_tour: ^1.0.3

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:guided_tour/guided_tour.dart';
1
likes
160
points
109
downloads

Documentation

API reference

Publisher

verified publishervelzosoft.com

Weekly Downloads

Declarative guided tours and coachmarks where the tour is data: screens carry a TourKey, tour definitions import no UI. No registration, no dependencies.

Repository (GitHub)
View/report issues

Topics

#onboarding #tutorial #coachmark #walkthrough

License

BSD-3-Clause (license)

Dependencies

flutter

More

Packages that depend on guided_tour