bubble_accessibility 0.1.1 copy "bubble_accessibility: ^0.1.1" to clipboard
bubble_accessibility: ^0.1.1 copied to clipboard

PlatformAndroid

Floating bubble overlay for Android apps. Auto-shows when backgrounded or killed, streams notification payloads to Dart, supports accessibility and foreground-service modes.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add bubble_accessibility

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  bubble_accessibility: ^0.1.1

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_accessibility/bubble_accessibility.dart';
1
likes
160
points
31
downloads

Documentation

API reference

Publisher

verified publisherionicerrrrscode.com

Weekly Downloads

Floating bubble overlay for Android apps. Auto-shows when backgrounded or killed, streams notification payloads to Dart, supports accessibility and foreground-service modes.

Repository (GitHub)
View/report issues

Topics

#overlay #accessibility #foreground-service #notification #bubble

License

MIT (license)

Dependencies

flutter

More

Packages that depend on bubble_accessibility

Packages that implement bubble_accessibility