Operating System
macOS 26.5.1 (25F80)
Plugin
package_info_plus
Version
10.0.1
Flutter SDK
3.44.2
Compilation command
I am using package_info_plus in my Flutter app.
Starting with Android Gradle Plugin (AGP) 9.0, support for applying the Kotlin Gradle Plugin (KGP) has been removed. Because this plugin applies KGP, it causes a compilation error that prevents my app from building. Here is an example of the error Issue #181383.
Flutter has temporarily added support to allow KGP while apps and plugins migrate to AGP 9.0+, but this support will be removed in a future version of Flutter.
Please migrate this plugin to use built-in Kotlin to ensure your plugin users can successfully build their apps in future versions of Flutter.
Here is the Flutter migration guide for plugin authors.
Please be respectful and mindful of the plugin repository's rules and code of conduct when reporting issues and interacting with plugin authors.
For reference, see the Flutter Code of Conduct.
Dart Dependencies
Native dependencies
Compilation Error
WARNING: Your app uses the following plugins that apply Kotlin Gradle Plugin (KGP): package_info_plus
Future versions of Flutter will fail to build if your app uses plugins that apply KGP.
Flutter Doctor
[✓] Flutter (Channel stable, 3.44.2, on macOS 26.5.1 25F80 darwin-arm64, locale it-IT) [541ms]
• Flutter version 3.44.2 on channel stable at /Users/savazzi/Progetti/flutter
• Upstream repository https://github.com/flutter/flutter.git
• Framework revision c9a6c48423 (7 days ago), 2026-06-10 15:52:41 -0700
• Engine revision 77e2e94772
• Dart version 3.12.2
• DevTools version 2.57.0
• Feature flags: enable-web, enable-linux-desktop, enable-macos-desktop, enable-windows-desktop, enable-android, enable-ios, cli-animations, enable-native-assets,
enable-swift-package-manager, omit-legacy-version-file, enable-lldb-debugging, enable-uiscene-migration
[✓] Android toolchain - develop for Android devices (Android SDK version 36.1.0) [1.948ms]
• Android SDK at /Users/savazzi/Library/Android/sdk
• Emulator version 36.5.11.0 (build_id 15261927) (CL:N/A)
• Platform android-36.1, build-tools 36.1.0
• Java binary at: /Applications/Android Studio.app/Contents/jbr/Contents/Home/bin/java
This is the JDK bundled with the latest Android Studio installation on this machine.
To manually set the JDK path, use: `flutter config --jdk-dir="path/to/jdk"`.
• Java version OpenJDK Runtime Environment (build 21.0.10+-117844308-b1163.108)
• All Android licenses accepted.
[✓] Xcode - develop for iOS and macOS (Xcode 26.5) [1.039ms]
• Xcode at /Applications/Xcode.app/Contents/Developer
• Build 17F42
• CocoaPods version 1.16.2
[✓] Chrome - develop for the web [4ms]
• Chrome at /Applications/Google Chrome.app/Contents/MacOS/Google Chrome
[✓] Connected device (3 available) [9,6s]
• Mi 9T (mobile) • 771b33bb • android-arm64 • Android 11 (API 30)
• macOS (desktop) • macos • darwin-arm64 • macOS 26.5.1 25F80 darwin-arm64
• Chrome (web) • chrome • web-javascript • Google Chrome 149.0.7827.115
[✓] Network resources [259ms]
• All expected network resources are available.
• No issues found!
Checklist before submitting a bug
Operating System
macOS 26.5.1 (25F80)
Plugin
package_info_plus
Version
10.0.1
Flutter SDK
3.44.2
Compilation command
I am using package_info_plus in my Flutter app.
Starting with Android Gradle Plugin (AGP) 9.0, support for applying the Kotlin Gradle Plugin (KGP) has been removed. Because this plugin applies KGP, it causes a compilation error that prevents my app from building. Here is an example of the error Issue #181383.
Flutter has temporarily added support to allow KGP while apps and plugins migrate to AGP 9.0+, but this support will be removed in a future version of Flutter.
Please migrate this plugin to use built-in Kotlin to ensure your plugin users can successfully build their apps in future versions of Flutter.
Here is the Flutter migration guide for plugin authors.
Please be respectful and mindful of the plugin repository's rules and code of conduct when reporting issues and interacting with plugin authors.
For reference, see the Flutter Code of Conduct.
Dart Dependencies
Native dependencies
Compilation Error
WARNING: Your app uses the following plugins that apply Kotlin Gradle Plugin (KGP): package_info_plus Future versions of Flutter will fail to build if your app uses plugins that apply KGP.Flutter Doctor
[✓] Flutter (Channel stable, 3.44.2, on macOS 26.5.1 25F80 darwin-arm64, locale it-IT) [541ms] • Flutter version 3.44.2 on channel stable at /Users/savazzi/Progetti/flutter • Upstream repository https://github.com/flutter/flutter.git • Framework revision c9a6c48423 (7 days ago), 2026-06-10 15:52:41 -0700 • Engine revision 77e2e94772 • Dart version 3.12.2 • DevTools version 2.57.0 • Feature flags: enable-web, enable-linux-desktop, enable-macos-desktop, enable-windows-desktop, enable-android, enable-ios, cli-animations, enable-native-assets, enable-swift-package-manager, omit-legacy-version-file, enable-lldb-debugging, enable-uiscene-migration [✓] Android toolchain - develop for Android devices (Android SDK version 36.1.0) [1.948ms] • Android SDK at /Users/savazzi/Library/Android/sdk • Emulator version 36.5.11.0 (build_id 15261927) (CL:N/A) • Platform android-36.1, build-tools 36.1.0 • Java binary at: /Applications/Android Studio.app/Contents/jbr/Contents/Home/bin/java This is the JDK bundled with the latest Android Studio installation on this machine. To manually set the JDK path, use: `flutter config --jdk-dir="path/to/jdk"`. • Java version OpenJDK Runtime Environment (build 21.0.10+-117844308-b1163.108) • All Android licenses accepted. [✓] Xcode - develop for iOS and macOS (Xcode 26.5) [1.039ms] • Xcode at /Applications/Xcode.app/Contents/Developer • Build 17F42 • CocoaPods version 1.16.2 [✓] Chrome - develop for the web [4ms] • Chrome at /Applications/Google Chrome.app/Contents/MacOS/Google Chrome [✓] Connected device (3 available) [9,6s] • Mi 9T (mobile) • 771b33bb • android-arm64 • Android 11 (API 30) • macOS (desktop) • macos • darwin-arm64 • macOS 26.5.1 25F80 darwin-arm64 • Chrome (web) • chrome • web-javascript • Google Chrome 149.0.7827.115 [✓] Network resources [259ms] • All expected network resources are available. • No issues found!Checklist before submitting a bug
flutter pub upgradeflutter clean