bubble_showcase 1.1.0 copy "bubble_showcase: ^1.1.0" to clipboard
bubble_showcase: ^1.1.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: ^1.1.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';
128
likes
120
pub points
85%
popularity

Publisher

verified publisherskyost.eu

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.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter, shared_preferences

More

Packages that depend on bubble_showcase