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 consistency of test dependencies #396

Closed ikurek closed 2 years ago

ikurek commented 2 years ago

I've noticed that both {{flutter_test}} and {{test}} are used in the project. Usually, it's only required to use one of these packages, (since {{flutter_test}} uses {{test}} as it's core) and if they're both used at the same time, they may cause conflicts. It would be good to do a dependency cleanup for tests and leave only one of those

ikurek commented 2 years ago

Closing this as a duplicate of #397