Skip to content

theGowda/minimize_app_plugin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Dart 38.0%
  • Ruby 23.8%
  • Kotlin 20.5%
  • Swift 10.3%
  • Objective-C 7.4%