tuxin_tutorial_overlay 0.4.3 tuxin_tutorial_overlay: ^0.4.3 copied to clipboard
an overlay package that can be used for tutorials and walkthrough
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add tuxin_tutorial_overlay
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
tuxin_tutorial_overlay: ^0.4.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:tuxin_tutorial_overlay/tuxin_tutorial_overlay.dart';