Skip to content
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

MDC 101 build has 2 deprecation warnings #303

Open
geniuswebtools opened this issue Jul 30, 2024 · 2 comments
Open

MDC 101 build has 2 deprecation warnings #303

geniuswebtools opened this issue Jul 30, 2024 · 2 comments

Comments

@geniuswebtools
Copy link

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

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

I would offer a fix, but I don't have a complete understanding of Dart or Flutter at this point, so if these things were deprecated, I would just be frustrated.

@chenkigba
Copy link

Similar problems when using Chrome as device.
image
Weird thing is, when I try to fix the first WARNING, it works. But the second one cannot run after I replace FlutterLoader.loadEntrypoint with FlutterLoader.load.

@Mahsaap
Copy link

Mahsaap commented Aug 28, 2024

/android/build.gradle
Set version to ext.kotlin_version = '1.7.10'
For android build.

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

No branches or pull requests

3 participants