You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- 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.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+9
Original file line number
Diff line number
Diff 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
+
1
10
## 5.3.0
2
11
3
12
- 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.
Copy file name to clipboardExpand all lines: pubspec.yaml
+2-2
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
name: codelessly_sdk
2
2
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!
0 commit comments