FLUTTER ECOSYSTEM

Vanethos/minimize_app_plugin

AndroidおよびiOSアプリを最小化するためのFlutterプラグイン

minimize_app_plugin のプロジェクト画像
Stars
19
Forks
26
最終プッシュ(UTC)
2023/10/04
プロジェクト状態
公開中
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.