Skip to content

Commit 30d4c26

Browse files
committed
CodelesslySDK v6.0.0
- Fall cleanup! A large refresh and cleanup of SDK internals. - Use the new DebugLogger for printing and debugging. - Migrate to `logging` library and support package scoped logs. - New ErrorHandler for better error handling. - Updated usage and stats tracking. - Fix lint issues.
1 parent 4aae4d7 commit 30d4c26

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## 6.0.0
2+
3+
- Fall cleanup! A large refresh and cleanup of SDK internals.
4+
- Use the new DebugLogger for printing and debugging.
5+
- Migrate to `logging` library and support package scoped logs.
6+
- New ErrorHandler for better error handling.
7+
- Updated usage and stats tracking.
8+
- Fix lint issues.
9+
110
## 5.3.0
211

312
- Add support for Codelessly Simulator! With Codelessly Simulator, you can easily preview your app in the browser as if it was running on a real device.

pubspec.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: codelessly_sdk
22
description: Codelessly CloudUI™ - Server-driven UI for Flutter. Supercharge your Flutter apps with dynamic UI and real-time updates. Build and publish UI without code!
3-
version: 5.3.0
3+
version: 6.0.0
44
homepage: https://codelessly.com/
55
repository: https://github.com/Codelessly/CodelesslySDK
66

@@ -20,7 +20,7 @@ dependencies:
2020
flutter:
2121
sdk: flutter
2222
# Codelessly
23-
codelessly_api: 4.1.0
23+
codelessly_api: 4.2.1
2424
codelessly_json_annotation: 4.9.0+2
2525

2626
# Firebase

0 commit comments

Comments
 (0)