flutter_app_minimizer_plus 1.0.3-dev.1 copy "flutter_app_minimizer_plus: ^1.0.3-dev.1" to clipboard
flutter_app_minimizer_plus: ^1.0.3-dev.1 copied to clipboard

A Flutter plugin to minimize the app and move it to the background on Android.

Changelog #

All notable changes to the flutter_app_minimizer_plus plugin will be documented in this file.

1.0.0 Initial Release #

Added #

  • Initial release of the flutter_app_minimizer_plus plugin.
  • Added minimizeApp method to minimize the app and move it to the background on Android.
  • Added example app to demonstrate usage.
  • Added documentation in the README.md file.

Changed #

  • N/A

Fixed #

  • N/A

1.0.1 SDK Constraint Update #

Changed #

  • Updated Dart SDK constraint in pubspec.yaml from ^3.5.1 to >=3.2.1 <4.0.0 to support a wider range of Dart SDK versions.
  • Flutter SDK constraint remains unchanged (>=3.3.0).

Fixed #

  • N/A

Added #

  • N/A

1.0.2 Bug Fixes & Compatibility Improvements #

Fixed #

  • Resolved conflicting onMethodCall overloads in FlutterAppMinimizerPlusPlugin.kt, preventing Kotlin compilation issues.
  • Fixed unresolved reference to Build in FlutterAppMinimizerPlusPlugin.kt by properly importing android.os.Build.

Changed #

  • Improved error handling for method calls to ensure stability.
  • Updated Kotlin dependencies in android/build.gradle for better compatibility.

Added #

  • Additional logging for debugging method call errors.

1.0.3-dev.1 - 2026-07-15 #

Changed #

  • Published a dev prerelease for testing the built-in Kotlin migration on pub.dev.
  • 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.
5
likes
0
points
7.99k
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter plugin to minimize the app and move it to the background on Android.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on flutter_app_minimizer_plus

Packages that implement flutter_app_minimizer_plus