wed 0.0.6
wed: ^0.0.6 copied to clipboard
A web Dart framework, to create declarative UIs.
0.0.6 #
General #
- update
README.mdfile:- update example and initial documentation.
- update classes documentations.
Components #
- update
Componentclass:- create
setStatemethod. - create
buildmethod. - update constructor.
- create
- create
GlobalPropsclass: - create
Tagsenum with supported html tags. - update
Div,ButtonandSpancomponents and their props classes:- update in classes and props:
- add
stylesproperty. - add
classesproperty. - add
idproperty. - add
tagproperty.
- add
- update in classes and props:
Css #
- create Css types props:
BorderRadiusDisplayCursorEdgeInsets:PaddingandMargin.TextAlign
- create Css style helpers:
DisplayFlex- Units:
Units.pxUnits.noneUnits.remUnits.vhUnits.vwUnits.percent
0.0.4 #
- Added
DivPropsclass. - Added
BorderRadiusclass css type. - Update
README.mdfile. - Update lib example.
0.0.3 #
- Update
README.mdfile.
0.0.2 #
- Added
Divcomponent. - Added
Buttoncomponent. - Added
renderAppfunction. - Added
CssBaseStyleclass. - Added
ComponentBasePropsclass. - Added
ButtonPropsclass. - Refactor
README.mdfile. - New
LICENSEfile.
0.0.1 #
- Initial version.