Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@venkat9507
Copy link

@venkat9507 venkat9507 commented Oct 13, 2024

Bug Ticket : 269

  1. While running pub get on example file got error in share_plus , path_provider , meta plugins fixed that and upgraded sdk to 4.0.0 so that now examples supports latest flutter environment tested with flutter 3.22.0

  2. upgraded gradle

  3. upgraded compileSdkVersion to 34

  4. bug fixing

    You are applying Flutter's app_plugin_loader Gradle plugin imperatively using the apply script method, which is deprecated and will be removed in a future release. Migrate to applying Gradle plugins with the declarative plugins block: https://flutter.dev/go/flutter-gradle-plugin-apply

  5. bug fixing

    You are applying Flutter's main Gradle plugin imperatively using the apply script method, which is deprecated and will be removed in a future release. Migrate to applying Gradle plugins with the declarative plugins block: https://flutter.dev/go/flutter-gradle-plugin-apply

1. While running pub get  on example file got error in share_plus , path_provider , meta plugins fixed that  and upgraded sdk to 4.0.0 so that now examples supports latest flutter environment tested with flutter 3.22.0

2. upgraded gradle

3. upgraded compileSdkVersion to 34

4. bug fixing

    You are applying Flutter's app_plugin_loader Gradle plugin imperatively using the apply script method, which is deprecated and will be removed in a future release. Migrate to applying Gradle plugins with the declarative plugins block: https://flutter.dev/go/flutter-gradle-plugin-apply

5. bug fixing

   You are applying Flutter's main Gradle plugin imperatively using the apply script method, which is deprecated and will be removed in a future release. Migrate to applying Gradle plugins with the declarative plugins block: https://flutter.dev/go/flutter-gradle-plugin-apply
@Frezyx
Copy link
Owner

Frezyx commented Oct 28, 2024

Hello @venkat9507 !
Thanks a lot for this contribution ❤️

@Frezyx Frezyx added dependencies Pull requests that update a dependency file platform Issue/contribution related to platform specific stuff labels Nov 12, 2024
@Frezyx Frezyx merged commit cc17fad into Frezyx:master Nov 12, 2024
@Frezyx Frezyx linked an issue Nov 13, 2024 that may be closed by this pull request
@Frezyx Frezyx added the version Issue is related to library versions label Nov 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file platform Issue/contribution related to platform specific stuff version Issue is related to library versions

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Can't run the example app in the latest flutter version in Android

3 participants