codelessly_api 0.0.8 codelessly_api: ^0.0.8 copied to clipboard
Flutter's layouts and widgets represented as models and JSON data. This API is used by the Codelessly Editor and CloudUI SDK to render Flutter Widgets.
0.0.8 #
- Text field and code-gen improvements.
- Add
showCounter
for input decoration. - Fix text field counter text not working properly.
- Fix text field with incorrect sizing in codegen.
0.0.7 #
- Add support for Tabs.
- Add TextField support for variables.
- Add FAB support for variables.
0.0.6 #
- Update type support to support null values.
0.0.5 #
- Add improved Variables type support.
0.0.4 #
- Add Variables and Conditions support.
0.0.3 #
- Update SDK constraints.
- Update ReadMe.
0.0.2 #
- Upgrade to Flutter 3.10 and Dart 3.
- Add support for Listview and Pageview.
- Add support for API call action.
- Remove
ScrollLinkableMixin
. - Add method to compare two font weights.
- Add method to generate a random ID.
- Update example.md.
- Update documentation.
0.0.1 #
- Initial Release.