bubble_overlay 0.2.0 bubble_overlay: ^0.2.0 copied to clipboard
An Android overlay feature for Flutter. If you want to show some information of your app in Android platform, you can edit text, image, color. Future features with requests.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add bubble_overlay
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
bubble_overlay: ^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_overlay/bubble_overlay.dart';