We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d8baeb commit 8cbbb78Copy full SHA for 8cbbb78
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+## 0.0.8
2
+- Update CodelesslyAPI v0.0.8.
3
+- Text field and code-gen improvements.
4
+- Fix text field counter text not working properly.
5
+
6
## 0.0.7
7
- Update CodelesslyAPI v0.0.7.
8
- Add support for Tabs.
pubspec.yaml
@@ -1,6 +1,6 @@
name: codelessly_sdk
description: Codelessly CloudUI™ - Supercharge your Flutter apps with dynamic UI and real-time updates. Build and publish UI without code!
-version: 0.0.7
+version: 0.0.8
homepage: https://codelessly.com/
repository: https://github.com/Codelessly/CodelesslySDK
@@ -19,7 +19,7 @@ platforms:
19
dependencies:
20
flutter:
21
sdk: flutter
22
- codelessly_api: 0.0.7
+ codelessly_api: 0.0.8
23
equatable: ^2.0.5
24
google_fonts: ^5.1.0
25
json_annotation: ^4.8.1
0 commit comments