signalr_flutter icon indicating copy to clipboard operation
signalr_flutter copied to clipboard

Deprecated imperative apply of Flutter's Gradle plugins

Open devaronius opened this issue 9 months ago • 0 comments

Description

In Flutter 3.16, support was added for applying these plugins with Gradle's declarative plugins {} block (also called the Plugin DSL) and it is now the recommended approach. Since Flutter 3.16, projects generated with flutter create use the Plugin DSL to apply Gradle plugins. Projects created with versions of Flutter prior to 3.16 need to be migrated manually.

https://docs.flutter.dev/release/breaking-changes/flutter-gradle-plugin-apply

devaronius avatar May 17 '24 08:05 devaronius