Skip to content

Fixed plugin to support flutter 3.29.0 #24

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

ishaquehassan
Copy link

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`.
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.

1 participant