Skip to content

Fixed plugin to support flutter 3.29.0#24

Open
ishaquehassan wants to merge 2 commits intojavaherisaber:masterfrom
ishaquehassan:master
Open

Fixed plugin to support flutter 3.29.0#24
ishaquehassan wants to merge 2 commits intojavaherisaber:masterfrom
ishaquehassan:master

Conversation

@ishaquehassan
Copy link
Copy Markdown

Refactor Android Gradle build configuration to use Plugin DSL

  • Updates settings.gradle to use the declarative pluginManagement block for applying Flutter's Gradle plugins.
  • Removes the deprecated imperative apply method for loading plugins.
  • Updates build.gradle files to use the new plugin DSL.
  • Updates Gradle version to 8.7.
  • Updates compile and target sdk versions to be flutter's ones.
  • Removes deprecated registerWith method in OpenFilePlugin.

- Updates `settings.gradle` to use the declarative `pluginManagement` block for applying Flutter's Gradle plugins.
- Removes the deprecated imperative `apply` method for loading plugins.
- Updates `build.gradle` files to use the new plugin DSL.
- Updates Gradle version to 8.7.
- Updates compile and target sdk versions to be flutter's ones.
- Removes deprecated `registerWith` method in `OpenFilePlugin`.
@Kuda-ob84
Copy link
Copy Markdown

God bless you

@ishaquehassan
Copy link
Copy Markdown
Author

Hey, just wanted to surface this one in case it got lost in the shuffle. The fix here is pretty straightforward for Flutter 3.29.0 compatibility and would be great to get merged when you get a chance.

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.

2 participants