JsonToDart Changelog

What's new in JsonToDart 1.4.4

Nov 28, 2022
  • Build with flutter 3.0.5.

New in JsonToDart 1.4.2 (Feb 12, 2022)

  • Fix json format error

New in JsonToDart 1.4.1 (Jan 29, 2022)

  • Correct property and class name automatically(avoid keyword and special character).
  • Support nest list object merge
  • Add more friendly warning

New in JsonToDart 1.4.0 (Aug 25, 2021)

  • Fix error when List is empty
  • Add const ctor when properties are all final

New in JsonToDart 1.3.0 (Aug 17, 2021)

  • Add copy method button