helpwave / mobile-app

The official helpwave mobile app for android and ios
Mozilla Public License 2.0
7 stars 1 forks source link

Gradle plugin imperatively deprecated #511

Closed DasProffi closed 2 weeks ago

DasProffi commented 5 months ago

Describe the bug

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