json_theme 1.1.2 json_theme: ^1.1.2 copied to clipboard
A library to dynamically generate a ThemeData object from a JSON file or dynamic map object
[1.1.2] - July 14th, 2020 #
- Fixed a recursive bug in
SchemaCache.addSchema
[1.1.1] - July 13th, 2020 #
- Exported the JSON Schemas for other tools to also be able to perform validation.
[1.1.0] - July 11th, 2020 #
- Added JSON Schema validators for all objects
[1.0.8] - July 2nd, 2020 #
- Added decoders for...
SmartDashesType
SmartQuotesType
TextAlignVertical
TextCapitalization
TextInputAction
TextInputType
[1.0.7] - June 24th, 2020 #
- Fixed more default values in
ThemeDecoder
[1.0.6] - June 23rd, 2020 #
- Fix for
IconData
- Added secondary decoding option for
BoxBorder
[1.0.5] - June 22nd, 2020 #
- Added encoder / decoder for
FilterQuality
- Added encoder / decoder for
ImageRepeat
- Added encoder / decoder for
HitTestBehavior
- Added encoder / decoder for
Rect
[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