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

Fix for dependency conflicts between Flutter versions #398

Closed ikurek closed 2 years ago

ikurek commented 2 years ago

This should close https://github.com/ably/ably-flutter/issues/394. Flutter 3.0.0 was released yesterday, and Ably SDK wasn't compatible with it. I've investigated the issues and here are the changes:

This should make the library compatible with all versions of Flutter from 2.5.0 to 3.0.0.