Vanethos / minimize_app_plugin

Flutter Plugin to minimize Android an iOS apps

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Flutter Plugin to minimize Android an iOS apps

License:Other


Languages

Language:Dart 35.1%Language:Kotlin 26.2%Language:Ruby 22.2%Language:Swift 9.6%Language:Objective-C 6.9%