v0.1.1
minimize_app
Um plugin do Flutter para minimizar o aplicativo
44Curtidas 14Downloads em 30 dias20Pontos Pub
Plataformas indisponíveis
Plugin Flutter para minimizar aplicativos Android e iOS
{"sdk":"flutter"}{"sdk":"flutter"}Texto original em inglês. Visite o GitHub para a versão atual.
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.