Sithira / FlutterRadioPlayer

Flutter Radio Player, A Plugin to handle streaming audio without a hassle
BSD 3-Clause "New" or "Revised" License
137 stars 63 forks source link

Fixes shrinked property names in release mode #86

Closed JanStorm closed 8 months ago

JanStorm commented 1 year ago

in release, flutter or gson shrinks the property names of the events while serializing. Then the serialized JSON looks like this: {"a": "flutter_radio_playing", "e": "Cliff Richard - Living Doll (02:34)"} (So the keys are wrong) The Annotations should ensure the keys are our expected ones.