ably / ably-flutter

A wrapper around our Cocoa and Java client library SDKs, providing iOS and Android support for those using Flutter and Dart.
https://ably.com/download
Apache License 2.0
60 stars 16 forks source link

Lint rule to disable implicit dynamic values #375

Closed ikurek closed 2 years ago

ikurek commented 2 years ago

This should solve https://github.com/ably/ably-flutter/issues/84. The issue was raised a while ago, and the implicit dynamic option was already deprecated, but it was replaced with strict type checks. The changes here are mostly cosmetic, but overall they remove ~200 lint warnings in the codebase and remove implicit dynamic typing, which is discouraged in Dart for a while. The changes include: