v0.1.1
minimize_app
एप्लिकेशन को न्यूनतम करने के लिए एक फ्लटर प्लगइन
44लाइक 1430-दिन डाउनलोड20Pub अंक
प्लेटफ़ॉर्म डेटा नहीं
Android और iOS ऐप्स को न्यूनतम करने के लिए Flutter प्लगइन
{"sdk":"flutter"}{"sdk":"flutter"}यह अंग्रेज़ी मूल स्नैपशॉट है। नवीनतम सामग्री GitHub पर देखें।
A flutter plugin to minimize the current Flutter App
minimize_plugin
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.