json_theme 1.0.4 json_theme: ^1.0.4 copied to clipboard
A library to dynamically generate a ThemeData object from a JSON file or dynamic map object
[1.0.4] - June 21st, 2020 #
- Added more value option to
ThemeDecoder.decodeEdgeInsetsGeometry
- Completed DartDocs for all public functions.
[1.0.3] - June 20th, 2020 #
- Added encoder / decoder for:
FloatingActionButtonAnimator
- Added encoder / decoder for:
FloatingActionButtonLocation
[1.0.2] - June 19th, 2020 #
- Added several new encoders and decoders
- Started adding DartDocs
[1.0.1] - June 15th, 2020 #
- Added encoder / decoder for
CrossAxisAlignment
[0.1.2] - June 11th, 2020 #
- Updated to use json_class vs
rest_client
to reduce footprint
[0.1.1] - June 2nd, 2020 #
- Fix to work in
stable
/1.17
rather thanbeta
/1.18
[0.1.0] - June 2nd, 2020 #
- Initial release
TODO: DocumentationTODO: Example AppTODO: Unit Tests