v0.1.1
minimize_app
一個用於最小化應用的 Flutter 插件
44喜歡 14近 30 天下載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.