bubble_showcase 1.1.0 copy "bubble_showcase: ^1.1.0" to clipboard
bubble_showcase: ^1.1.0 copied to clipboard

discontinued

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
copied to clipboard

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
copied to clipboard

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';
copied to clipboard
127
likes
90
points
234
downloads

Publisher

verified publisherskyost.eu

Weekly Downloads

2024.09.23 - 2025.04.07

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)

Documentation

API reference

License

MIT (license)

Dependencies

flutter, shared_preferences

More

Packages that depend on bubble_showcase