v0.1.1
minimize_app
アプリを最小化するためのFlutterプラグイン
44いいね 1430日間ダウンロード20Pub ポイント
プラットフォーム情報なし
AndroidおよびiOSアプリを最小化するためのFlutterプラグイン
{"sdk":"flutter"}{"sdk":"flutter"}以下は英語原文のスナップショットです。最新版は GitHub をご覧ください。
A flutter plugin to minimize the current Flutter App
minimize_plugin
MinimizeApp.minimizeApp();
This will call moveTaskToBack() in Android and suspend the iOS app via URLSessionTask.suspend
which means that the app will be moved to the background but not killed.
This is useful if your app is opened by another app or browser and after some some time you want the user to return to the previous app without calling an intent to open it.