flutter_app_minimizer_plus
A Flutter plugin to minimize the app and move it to the background on Android.
1.0.3
6.4K downloads/mo
#3510 most downloaded on pub.dev
Ankitmahadik/flutter_app_minimizer_plus
What this package is like to depend on
Last release 1 months ago
23 Jul 2026
Release timing varies
gaps range from 8 days to 1.5 years
Nearly every release is documented
notes for 4 of 4 stable releases
Nothing withdrawn
no release was ever pulled
2 years old
5 releases · first in 2025
2 releases in the last 12 months
see the full history below
Release timeline
5 releases · Jan 2025 to Jul 2026
2026
Releases
latest 5-
1.0.323 Jul 2026Release notes
Open source →Changed
- Promoted the built-in Kotlin migration to a stable pub.dev release.
- Migrated the plugin and example app Android Gradle setup to use built-in Kotlin for Flutter 3.44+ compatibility.
- Raised the minimum supported Flutter and Dart SDK versions to align with the built-in Kotlin migration guidance.
- Updated the example app to AGP 9.0.1 and Gradle 9.1.0 so built-in Kotlin is enabled without applying KGP.
- Kept the AGP old-DSL opt-out for Flutter Gradle plugin compatibility while Flutter's AGP 9 support finishes migrating.
- Kept the AGP unique-package-name opt-out for older AndroidX test artifacts in the example debug build.
-
1.0.3-dev.115 Jul 2026 pre-releaseNothing published for this version
-
1.0.231 Jan 2025Release notes
Open source →Fixed
- Resolved conflicting
onMethodCalloverloads inFlutterAppMinimizerPlusPlugin.kt, preventing Kotlin compilation issues. - Fixed unresolved reference to
BuildinFlutterAppMinimizerPlusPlugin.ktby properly importingandroid.os.Build.
Changed
- Improved error handling for method calls to ensure stability.
- Updated Kotlin dependencies in
android/build.gradlefor better compatibility.
Added
- Additional logging for debugging method call errors.
- Resolved conflicting
-
1.0.131 Jan 2025Release notes
Open source →Changed
- Updated Dart SDK constraint in
pubspec.yamlfrom^3.5.1to>=3.2.1 <4.0.0to support a wider range of Dart SDK versions. - Flutter SDK constraint remains unchanged (
>=3.3.0).
Fixed
- N/A
Added
- N/A
- Updated Dart SDK constraint in
-
1.0.031 Jan 2025Release notes
Open source →Added
- Initial release of the
flutter_app_minimizer_plusplugin. - Added
minimizeAppmethod to minimize the app and move it to the background on Android. - Added example app to demonstrate usage.
- Added documentation in the
README.mdfile.
Changed
- N/A
Fixed
- N/A
- Initial release of the