Skip to content

Commit

Permalink
docs and prepare for publishing 4.0.2 ver.
Browse files Browse the repository at this point in the history
  • Loading branch information
denny.deng committed Aug 16, 2021
1 parent a1b55ff commit fd343ef
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,9 @@

* add ElevatedButtonParser.

## [4.0.2] - add DividerWidget and RotatedBox widget parser

* add DividerWidget and RotatedBox widget parser.



Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -316,6 +316,7 @@ Already completed widgets:
* [Offstage](https://github.com/dengyin2000/dynamic_widget/blob/master/WIDGETS.md#offstage-widget)
* [OverflowBox](https://github.com/dengyin2000/dynamic_widget/blob/master/WIDGETS.md#overflowbox-widget)
* [Divider](https://github.com/dengyin2000/dynamic_widget/blob/master/WIDGETS.md#divider-widget)
* [RotatedBox](https://github.com/dengyin2000/dynamic_widget/blob/master/WIDGETS.md#rotatedbox-widget)


You can view [Currently support widgets and properties](WIDGETS.md) here.
Expand Down
9 changes: 9 additions & 0 deletions WIDGETS.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
- [Offstage Widget](#offstage-widget)
- [OverflowBox Widget](#overflowbox-widget)
- [Divider Widget](#divider-widget)
- [RotatedBox Widget](#rotatedbox-widget)

## Container Widget

Expand Down Expand Up @@ -596,3 +597,11 @@ Divider, here to see flutter [Divider](https://api.flutter.dev/flutter/material/
| endIndent | The amount of empty space to the trailing edge of the divider. | double | 8.0 | |
| color | The color to use when painting the line. | String | "#AARRGGBB" or "#RRGGBB" | "#FF00FF"<br>"#00FF00FF" |

## RotatedBox Widget

RotatedBox, here to see flutter [RotatedBox](https://api.flutter.dev/flutter/widgets/RotatedBox-class.html) definition. Supported json properties:

| property | definition | type | value | sample |
| ------------- | ------------------------------------------------------ | ------ | ----------------------------------------------------- | -------------------------------------------------------------------------- |
| quarterTurns | The number of clockwise quarter turns the child should be rotated. | int | 3 | |
| child | The widget below this widget in the tree. | Widget | | |
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: dynamic_widget
description: A Backend-Driven UI toolkit, build your dynamic UI with json, and the json format is very similar with flutter widget code。
version: 4.0.1
version: 4.0.2
homepage: https://github.com/dengyin2000/dynamic_widget

environment:
Expand Down

0 comments on commit fd343ef

Please sign in to comment.