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

AblyMessage fixes and refactor #360

Closed ikurek closed 2 years ago

ikurek commented 2 years ago

This PR closes #179, it's a rather large change to the codebase, but it should help us identify issues easier in the future, and reduce complexity of the codebase. Changes include:

This is a first step in unifying the communication between Flutter and platform SDK's. I think the next change in that matter would be https://github.com/ably/ably-flutter/issues/359