flutter_jsonable 1.3.1
flutter_jsonable: ^1.3.1 copied to clipboard
A new Flutter package provide jsonable APIs.
1.3.1 #
- fix: getListFromJsonOrNull/getMapFromJsonOrNull with empty
1.3.0 #
- feat: support DateTime type
1.2.0 #
- feat: add getListFromJsonOrNull,getListFromJsonOrDefault,getMapFromJsonOrNull,getMapFromJsonOrDefault
1.1.0 #
- refactor: decoder return not null.
- chore: code stye format.
1.0.1 #
- fix: getListFromJson get custom type failed.
1.0.0 #
- feat: provide jsonable apis.