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.