Skip to content

Commit d9e4e31

Browse files
committed
v0.0.3 Release
1 parent 7715576 commit d9e4e31

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

CHANGELOG.md

+7-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
1+
## 0.0.3
2+
- Update SDK constraints.
3+
- Update ReadMe.
4+
15
## 0.0.2
26
- Upgrade to Flutter 3.10 and Dart 3.
3-
- Add support for listview and pageview.
4-
- Add support for api call action.
7+
- Add support for Listview and Pageview.
8+
- Add support for API call action.
59
- Remove `ScrollLinkableMixin`.
610
- Add method to compare two font weights.
711
- Add method to generate a random ID.
812
- Update example.md.
913
- Update documentation.
1014

1115
## 0.0.1
12-
- Initial Pre-release.
16+
- Initial Release.

pubspec.yaml

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
name: codelessly_api
2-
description: Codelessly Core API
2+
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.
33

4-
version: 0.0.2
4+
version: 0.0.3
55

66
homepage: https://codelessly.com/
77
repository: https://github.com/Codelessly/CodelesslyAPI
8-
issue_tracker: https://github.com/Codelessly/CodelesslyAPI/issues
98

109
environment:
1110
sdk: ">=3.0.0 <4.0.0"

0 commit comments

Comments
 (0)