tutorial_overlay 1.1.0 copy "tutorial_overlay: ^1.1.0" to clipboard
tutorial_overlay: ^1.1.0 copied to clipboard

A Flutter package for building interactive, step-by-step tutorials that highlight and point to widgets across multiple screens with customizable indicators.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add tutorial_overlay

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

dependencies:
  tutorial_overlay: ^1.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:tutorial_overlay/tutorial_overlay.dart';
0
likes
160
points
143
downloads
screenshot

Publisher

unverified uploader

Weekly Downloads

A Flutter package for building interactive, step-by-step tutorials that highlight and point to widgets across multiple screens with customizable indicators.

Repository (GitHub)

Topics

#tutorial #tooltip #overlay #onboarding #guide

Documentation

API reference

License

MIT (license)

Dependencies

flutter, provider

More

Packages that depend on tutorial_overlay