ultron_minimize_app 1.0.0 copy "ultron_minimize_app: ^1.0.0" to clipboard
ultron_minimize_app: ^1.0.0 copied to clipboard

A flutter plugin to minimize the current Flutter App

Latest Release

Minimize App Plugin #

A flutter plugin to minimize the current Flutter App

Usage #

MinimizeApp.minimize();

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.

1
likes
150
points
102
downloads

Publisher

unverified uploader

Weekly Downloads

A flutter plugin to minimize the current Flutter App

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on ultron_minimize_app

Packages that implement ultron_minimize_app