Skip to content

Commit

Permalink
CodelesslySDK v6.0.0
Browse files Browse the repository at this point in the history
- 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.
  • Loading branch information
rayliverified committed Nov 10, 2024
1 parent 4aae4d7 commit 30d4c26
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## 6.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.

## 5.3.0

- 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.
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: codelessly_sdk
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!
version: 5.3.0
version: 6.0.0
homepage: https://codelessly.com/
repository: https://github.com/Codelessly/CodelesslySDK

Expand All @@ -20,7 +20,7 @@ dependencies:
flutter:
sdk: flutter
# Codelessly
codelessly_api: 4.1.0
codelessly_api: 4.2.1
codelessly_json_annotation: 4.9.0+2

# Firebase
Expand Down

0 comments on commit 30d4c26

Please sign in to comment.