bubble_showcase 0.2.0 bubble_showcase: ^0.2.0 copied to clipboard
BubbleShowcase is a small but powerful flutter package that allows you to highlight specific parts of your app to explain them to the user or to show your app new features.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add bubble_showcase
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
bubble_showcase: ^0.2.0
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:bubble_showcase/bubble_showcase.dart';