Flutter Developer
I doesn't allow me to delete some preferences... also when you update this converts booleans to string, breaking things
Votes
0
Replies
11
Participants
Unknown
Messages
12
Flutter Developer
I doesn't allow me to delete some preferences... also when you update this converts booleans to string, breaking things
Flutter Developer
Flutter Developer
What do you mean it doesn't let you delete?
As for boolean, can you look at the raw API response?
Flutter Developer
This is a known issue with the console UI
Flutter Developer
idk how to show you, because im using the flutter lib
Flutter Developer
but the pref was saved as boolean as true, but if i updated in the console to false, it change it to an String instead of a bool
Right...this is just a problem with the console. Since it's input fields, it's all treated as strings.
We probably have to change how we handle preferences entirely in the console
Flutter Developer
I remember having the "same problem" with Hashicorp Vault web
Flutter Developer
they "fis this" let us see the json, so we can decide if is a boolean ot a string
Flutter Developer
this could be a "temporary solution"