bring_app_to_foreground 0.1.1
bring_app_to_foreground: ^0.1.1 copied to clipboard
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_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.1Alternatively, 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';