Skip to content

Commit

Permalink
v0.0.3 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
rayliverified committed Jun 19, 2023
1 parent 7715576 commit d9e4e31
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
10 changes: 7 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
## 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.
- 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 Pre-release.
- Initial Release.
5 changes: 2 additions & 3 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
name: codelessly_api
description: Codelessly Core API
description: 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.

version: 0.0.2
version: 0.0.3

homepage: https://codelessly.com/
repository: https://github.com/Codelessly/CodelesslyAPI
issue_tracker: https://github.com/Codelessly/CodelesslyAPI/issues

environment:
sdk: ">=3.0.0 <4.0.0"
Expand Down

0 comments on commit d9e4e31

Please sign in to comment.