json_dynamic_widget 1.0.3
json_dynamic_widget: ^1.0.3 copied to clipboard
A library to dynamically generate widgets within Flutter from JSON or other Map-like structures.
1.0.3 August 23nd, 2020 #
- Added
ClipOval
support - Added
DecoratedBox
support - Update the
json_theme
version to ^1.2.3
1.0.2 August 22nd, 2020 #
- Dependency updates
1.0.1+1 August 22nd, 2020 #
- Updates to the example app only
1.0.1 August 6th, 2020 #
- Updated with attributes from Flutter 1.20.0
1.0.0+1 July 28th, 2020 #
- Fixed some minor typos in the README file.
1.0.0 July 19th, 2020 #
- Real release with completed examples and documentation
0.9.9 July 18th, 2020 #
- Initial release