tutorial_overlay 1.0.1
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';