app_to_foreground 0.0.3
app_to_foreground: ^0.0.3 copied to clipboard
A plugin to bring the app to the foreground when it is in the background.
app_to_foreground #
A plugin to bring the app to the foreground when it is in the background.
Supports android only
To make it work on android 10+ it is necessary to add the following permission to the AndroidManifest.xml file:
<uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW" />