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

[ECO-4807] fix: message extras decoding #524

Closed ttypic closed 5 months ago

ttypic commented 5 months ago

Resolves https://github.com/ably/ably-flutter/issues/523

By default JsonObject is deserializing into Map<Object?, Object?>, we need to do explicit cast to get Map<String, dynamic>