arb-editor
arb-editor copied to clipboard
Allow `isCustomDateFormat` to be a actual boolean
Currently isCustomDateFormat can only be a boolean-like string, but a future version Flutter allow isCustomDateFormat to be an actual boolean.
Related
-
#56
-
#57
-
https://github.com/flutter/flutter/pull/153439
-
[x] Tests pass
-
[ ] Appropriate changes to README are included in PR
"true boolean" in the title was confusing, so I changed it to "actual boolean".