Skip to content

Fixes shrinked property names in release mode#86

Merged
Sithira merged 1 commit into
Sithira:masterfrom
JanStorm:fix-json-shrinking
Dec 23, 2023
Merged

Fixes shrinked property names in release mode#86
Sithira merged 1 commit into
Sithira:masterfrom
JanStorm:fix-json-shrinking

Conversation

@JanStorm

Copy link
Copy Markdown

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.

in release, flutter or gson shrinks the property names of the events while serializing. The Annotations should ensure the keys are our expected ones. (And not "a", "e", ...)
@Sithira Sithira merged commit 5e07469 into Sithira:master Dec 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants