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: add numbers strategy for Gson to prevent changing int to double #486

Closed owenpearson closed 1 year ago

owenpearson commented 1 year ago

Resolves #461

Fixes an issue where json decoding was inconsistent between underlying platforms (ios/android)

Note this change was already made and approved in #462 but the changes in the commit were subsequently overwritten in error during a merge conflict resolution.