bubble_overlay 0.2.0 copy "bubble_overlay: ^0.2.0" to clipboard
bubble_overlay: ^0.2.0 copied to clipboard

discontinued
PlatformAndroid

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';
60
likes
150
points
48
downloads

Publisher

verified publisheradriankohls.app

Weekly Downloads

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.

Repository (GitHub)

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

flutter, path, path_provider

More

Packages that depend on bubble_overlay