Skip to content

fix: (device_info_plus): Migrate Plugin to Built-in Kotlin#3865

Open
ravi84184 wants to merge 1 commit into
fluttercommunity:mainfrom
ravi84184:main
Open

fix: (device_info_plus): Migrate Plugin to Built-in Kotlin#3865
ravi84184 wants to merge 1 commit into
fluttercommunity:mainfrom
ravi84184:main

Conversation

@ravi84184

@ravi84184 ravi84184 commented Jun 4, 2026

Copy link
Copy Markdown

Description

Related Issues

Checklist

  • I read the Contributor Guide and followed the process outlined there for submitting PRs.
  • I titled the PR using Conventional Commits.
  • I did not modify the CHANGELOG.md nor the plugin version in pubspec.yaml files.
  • All existing and new tests are passing.
  • The analyzer (flutter analyze) does not report any problems on my PR.

Breaking Change

Does your PR require plugin users to manually update their apps to accommodate your change?

  • Yes, this is a breaking change (please indicate that with a ! in the title as explained in Conventional Commits).
  • No, this is not a breaking change.

@ravi84184 ravi84184 changed the title (device_info_plus): Migrate Plugin to Built-in Kotlin Fix (device_info_plus): Migrate Plugin to Built-in Kotlin Jun 4, 2026
@ravi84184 ravi84184 changed the title Fix (device_info_plus): Migrate Plugin to Built-in Kotlin fix: (device_info_plus): Migrate Plugin to Built-in Kotlin Jun 4, 2026
@douggynix

Copy link
Copy Markdown

@ravi84184 Thanks for your contribution.
I would highlight that this pull request should be a top priority as it is jeopardized by incoming flutter versions that will fail its build. I would be appreciated to have this PR reviewed and merged for this package to remain compatible with incoming versions of flutter.
Here is the error i am getting without having Kotlin migration plugin of this PR:
WARNING: Your app uses the following plugins that apply Kotlin Gradle Plugin (KGP): device_info_plus, package_info_plus
Future versions of Flutter will fail to build if your app uses plugins that apply KGP.

Please check the changelogs of these plugins and upgrade to a version that supports Built-in Kotlin.
If no such version exists, report the issue to the plugin. If necessary, here is a guide on filing
an issue against a plugin: https://docs.flutter.dev/release/breaking-changes/migrate-to-built-in-kotlin/for-app-developers#report-incompatible-kotlin-gradle-plugin-usage-to-plugin-authors

If you are a plugin author, please migrate your plugin to Built-in Kotlin using this guide: https://docs.flutter.dev/release/breaking-changes/migrate-to-built-in-kotlin/for-plugin-authors

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants