minimize_app 0.1.1 copy "minimize_app: ^0.1.1" to clipboard
minimize_app: ^0.1.1 copied to clipboard

A flutter plugin to minimize the app

Minimize App Plugin #

A flutter plugin to minimize the current Flutter App

minimize_plugin

Usage #

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.

45
likes
20
pub points
81%
popularity

Publisher

verified publishergpalma.pt

A flutter plugin to minimize the app

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on minimize_app