arb-editor icon indicating copy to clipboard operation
arb-editor copied to clipboard

Allow `isCustomDateFormat` to be a actual boolean

Open kzrnm opened this issue 1 year ago • 1 comments

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

kzrnm avatar Aug 20 '24 14:08 kzrnm

"true boolean" in the title was confusing, so I changed it to "actual boolean".

kzrnm avatar Aug 20 '24 15:08 kzrnm