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

feat(#64): Upgraded example and plugin library to use the new GPA 8 s… #65

Closed devaronius closed 3 months ago

devaronius commented 4 months ago

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

Solution:

devaronius commented 3 months ago

All requested changes have been completed