hint_kit 1.3.0
hint_kit: ^1.3.0 copied to clipboard
Tooltips, persistent hints and spotlight guided tours from one overlay engine, one placement resolver and one theme. Zero runtime dependencies.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add hint_kitThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
hint_kit: ^1.3.0Alternatively, 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:hint_kit/hint_kit.dart';