Skip to content

Commit

Permalink
CodelesslySDK v5.0.0
Browse files Browse the repository at this point in the history
- Restore Wasm Web support.
- Require Flutter v3.24.0 and Dart SDK v3.5.0.
  • Loading branch information
rayliverified committed Sep 15, 2024
1 parent c063d6a commit 1ce6d75
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
## 5.0.0
- Restore Wasm Web support.
- Require Flutter v3.24.0 and Dart SDK v3.5.0.

## 4.0.0

- Teams V2 support. Owner field & admin Role migration.
- New SDK usage and stat tracking.
- Skip downloading disabled layouts.
- Add open URL error handling.
- Add Open URL error handling.
- Create `where` query API.
- Create new `image` variable type.
- Add Date decoder.
Expand Down
8 changes: 2 additions & 6 deletions example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 1.0.0+1

environment:
sdk: ">=3.0.0 <4.0.0"
flutter: ">=3.10.0"
sdk: ">=3.5.0 <4.0.0"
flutter: ">=3.24.0"

dependencies:
flutter:
Expand All @@ -16,10 +16,6 @@ dependencies:
codelessly_sdk:
path: ../

dependency_overrides:
archive: ^3.6.1
win32: ^5.5.3

dev_dependencies:
flutter_test:
sdk: flutter
Expand Down
2 changes: 1 addition & 1 deletion 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: 4.0.0
version: 5.0.0
homepage: https://codelessly.com/
repository: https://github.com/Codelessly/CodelesslySDK

Expand Down

0 comments on commit 1ce6d75

Please sign in to comment.