AS-Devs / signalr_flutter

A flutter plugin for .net SignalR client.
https://pub.dev/packages/signalr_flutter
MIT License
19 stars 27 forks source link

Deprecated imperative apply of Flutter's Gradle plugins #64

Open devaronius opened 4 months ago

devaronius commented 4 months ago

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