bring_app_to_foreground 0.1.0
bring_app_to_foreground: ^0.1.0 copied to clipboard
Bring your Flutter app to the foreground from the background on Android 12+ (incoming VoIP/dispatch calls, alarms) via the Display-over-other-apps permission. Wakes the screen and shows over the lockscreen.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add bring_app_to_foregroundThis 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.0Alternatively, 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';