tuxin_tutorial_overlay2 0.6.1 copy "tuxin_tutorial_overlay2: ^0.6.1" to clipboard
tuxin_tutorial_overlay2: ^0.6.1 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_overlay2

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

dependencies:
  tuxin_tutorial_overlay2: ^0.6.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:tuxin_tutorial_overlay2/HoleArea.dart';
import 'package:tuxin_tutorial_overlay2/InvertedClipper.dart';
import 'package:tuxin_tutorial_overlay2/OverlayData.dart';
import 'package:tuxin_tutorial_overlay2/OverlayPainter.dart';
import 'package:tuxin_tutorial_overlay2/TutorialOverlayUtil.dart';
import 'package:tuxin_tutorial_overlay2/WidgetData.dart';
import 'package:tuxin_tutorial_overlay2/tuxin_tutorial_overlay.dart';
2
likes
95
pub points
32%
popularity

Publisher

unverified uploader

an overlay package that can be used for tutorials and walkthrough

Repository (GitHub)
View/report issues

Documentation

API reference

License

GPL-3.0 (LICENSE)

Dependencies

collection, flutter, synchronized, uuid

More

Packages that depend on tuxin_tutorial_overlay2