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

Fix Flutter deprectation warnings for Android #627

Open
MathJud opened this issue May 5, 2024 · 0 comments
Open

Fix Flutter deprectation warnings for Android #627

MathJud opened this issue May 5, 2024 · 0 comments
Labels
Android Flutter Flutter UI related Maintenance A maintenance or usability change

Comments

@MathJud
Copy link
Member

MathJud commented May 5, 2024

The following deprecation warnings appear when running flutter build for Android

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

Note: /home/sojus/src/qaul/qaul-libp2p_store/qaul_ui/build/blemodule/generated/source/proto/debug/javalite/qaul/sys/ble/BleOuterClass.java uses unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
Note: /home/sojus/.pub-cache/hosted/pub.dev/uni_links-0.5.1/android/src/main/java/name/avioli/unilinks/UniLinksPlugin.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
@MathJud MathJud added Android Maintenance A maintenance or usability change Flutter Flutter UI related labels May 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Android Flutter Flutter UI related Maintenance A maintenance or usability change
Projects
None yet
Development

No branches or pull requests

1 participant