xml_layout 2.3.15
xml_layout: ^2.3.15 copied to clipboard
XML layout for flutter. Layout your widgets with xml at runtime.
2.3.2 #
- Added
xmlNode
inNodeData
2.3.0 #
- Update to dart language 2.13
2.2.14 #
- Do not limit the key type of
objects
anymore.
2.2.13 #
- Added
context
property inNodeData
2.2.4 - #
Builder
tag is not necessary now, direct using Widget tag in Function tag would be accepted.
2.2.0 - #
- Added some math methods.
2.1.0 - #
- Added script support in
Function
tag.
2.0.1 - #
- New architecture design
2.0.0 - #
- Fixed problem in
for
flow. - Added function for attribute string.
1.1.6 - #
- Added
registerTypes
1.1.3 - #
- Update readme, added preview link
1.0.7 - #
- Fixed convert type not working bug
1.0.6 - #
- Added convert type
1.0.5 - #
- Send unkown event when unkown child
1.0.4 - #
- Support multi subelement in attr element.
1.0.2 - #
- Modified
README.md
1.0.0 Build script #
- Added a build_runner script to generate codes.
- Added some alias method
- Modified some method name
0.2.14 - #
- Added
BoxDecoration
0.2.13 - #
- Fixed bug
0.2.11 - #
- Added
Listener
,SliverGrid
0.2.8 - #
- Added a new Apply action
0.2.7 - #
- Add support for
proxy
andbuilder
tag
0.2.6 - #
- Add support for Function
0.2.5 - #
- Trim xml node body text
- Add support for MaterialButton
- Add support for Function
0.2.4 - #
- Element build first
0.2.3 Added XmlLayoutBuilder #
0.2.2 - #
- New register
- New example
0.2.0 Support for "for" and "if" #
- Support
for
tag - Support
if
tag - Support path search of argument
- Support argument in String
0.0.4 Added a example #
0.0.3 Fixed typo #
0.0.1 Base version #
- layout UI via xml.