The build of the application uses a deprecated feature
Describe how to produce the bug
Build the app
Additional context
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
Describe the bug
The build of the application uses a deprecated feature
Describe how to produce the bug
Build the app
Additional context