FLUTTER ECOSYSTEM

Vanethos/minimize_app_plugin

Android और iOS ऐप्स को न्यूनतम करने के लिए Flutter प्लगइन

minimize_app_plugin प्रोजेक्ट कवर
Stars
19
Forks
26
अंतिम पुश (UTC)
4 अक्टू॰ 2023
प्रोजेक्ट स्थिति
सक्रिय
Gonçalo Palma GitHub avatar
GITHUB User

Gonçalo Palma ↗

Flutter Dev @3rein and spreader of the word of Flutter, wannabe writer and organiser @FlutterPortugal and collaborator at FlutterExp

भाषाएँDartKotlinRubySwiftObjective-C

इस रिपॉज़िटरी के पैकेज

उपयोग की गई निर्भरताएँ

निर्भरता सूची 2 आइटम
  • flutter{"sdk":"flutter"}
  • flutter_testडेवलपमेंट{"sdk":"flutter"}

मूल README

यह अंग्रेज़ी मूल स्नैपशॉट है। नवीनतम सामग्री GitHub पर देखें।

README खोलें / बंद करें

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.