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

PlatformAndroid

Bring a Flutter app to the foreground from the background on Android (incoming VoIP/dispatch calls, alarms) via the Display-over-other-apps permission.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add bring_app_to_foreground

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

dependencies:
  bring_app_to_foreground: ^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:bring_app_to_foreground/bring_app_to_foreground.dart';
0
likes
160
points
--
downloads

Documentation

API reference

Publisher

verified publisherorestislef.gr

Weekly Downloads

Bring a Flutter app to the foreground from the background on Android (incoming VoIP/dispatch calls, alarms) via the Display-over-other-apps permission.

Homepage
Repository (GitHub)
View/report issues

Topics

#android #foreground #voip #background #lockscreen

License

MIT (license)

Dependencies

flutter

More

Packages that depend on bring_app_to_foreground

Packages that implement bring_app_to_foreground