dynamic_widget 5.0.0 dynamic_widget: ^5.0.0 copied to clipboard
A Backend-Driven UI toolkit, build your dynamic UI with json, and the json format is very similar with flutter widget code。
[0.0.1] - init release #
- initial release.
[0.0.2] - Add more flutter widgets #
- Add more flutter widgets
[0.0.3] - ListView & GridView add "auto load more" feature. #
- ListView & GridView add "auto load more" feature.
[1.0.2] - Add more widgets support. #
- Add more flutter widgets
[1.0.2] - Add click listener and more widgets support. #
- Add Click listener support
- Add more flutter widgets
[1.0.3] - WidgetParser.parse add BuildContext param. #
- WidgetParser.parse add BuildContext param.
[1.0.4] - Support web application #
- Support web application
[1.0.5] - fix bugs #
- fix bugs
[1.0.6] - Add SafeArea and ListTile widgets. #
- Add SafeArea and ListTile widgets
[2.0.0] - Thanks #
- Add "SelectableText"、"Icon" and "DropCapText" widgets.
- Fix "Text" widget's maxLines default value.
[2.0.1] - increase parsing performance, and bugfix. #
- Use map to find WidgetParser, increase parsing performance.
- fix ListView, GridView and PageView scrollDirection property.
[2.0.2] - bugfix. #
- Bugfix
[2.0.3] - Upgrade android projects, and migrate androidx #
-
Upgrading pre 1.12 Android projects, https://github.com/flutter/flutter/wiki/Upgrading-pre-1.12-Android-projects #
- Migrate Androidx
[2.0.4] - Fixed font_awesome_flutter compile error. #
- Fixed font_awesome_flutter compile error. please see https://github.com/dengyin2000/dynamic_widget/issues/45
[3.0.0] - Add DynamicWidgetJsonExportor Widget #
- Add DynamicWidgetJsonExportor Widget, which supports exporting your flutter code to json string.
[3.0.1] - Fix bugs #
- Fix some export bugs.
[3.0.2] - Fix bugs #
- Some PR merged, fix some bugs.
[3.0.3] - Fix bugs #
- Fix some dart analysis problem.
- Preview page can export current page's flutter code to json.
[3.0.4] - Fix bugs #
- Fix the bug which photo can't be display in pub.dev
[3.0.5] - Add Scaffold and AppBar Widget #
- Add Scaffold and AppBar Widget.
- Fix bugs.
[3.0.6] - bug fixed #
[4.0.0-nullsafety.1] - null safety migration #
- null safety migration
[4.0.0] - null safety migration #
- null safety version released.
[4.0.1] - add ElevatedButtonParser #
- add ElevatedButtonParser.
[4.0.2] - add DividerWidget and RotatedBox widget parser #
- add DividerWidget and RotatedBox widget parser.
[4.0.3] - add TextButton Widget and Card widget parser #
- add TextButton widget parser, thanks ChangJoo Park(박창주)
- add Card widget parser, thanks linpc
[4.0.4] - add SingleChildScrollView widget parser and bugfix #
- add add SingleChildScrollView widget parser
- bugfix
[4.0.5] - pr #91,https://github.com/dengyin2000/dynamic_widget/issues/91 #
- 4.0.4 error with Pie_chart_outlined / pie_chart_outline #91
[5.0.0] - fix compile error for flutter 3.16.5 #
- fix compile error for flutter 3.16.5
- remove RaiseButtonParser, use ElevatedButtonParser instead.