v0.1.1
minimize_app
앱을 최소화하는 데 사용할 수 있는 플러터 플러그인
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.