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

A Flutter package for creating interactive step-by-step tutorials with overlays.

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.0.1

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
128
downloads
screenshot

Publisher

unverified uploader

Weekly Downloads

A Flutter package for creating interactive step-by-step tutorials with overlays.

Repository (GitHub)

Topics

#tutorial #tooltip #overlay

Documentation

API reference

License

MIT (license)

Dependencies

flutter, provider

More

Packages that depend on tutorial_overlay