Skip to content

Commit 1ce6d75

Browse files
committed
CodelesslySDK v5.0.0
- Restore Wasm Web support. - Require Flutter v3.24.0 and Dart SDK v3.5.0.
1 parent c063d6a commit 1ce6d75

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

CHANGELOG.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
1+
## 5.0.0
2+
- Restore Wasm Web support.
3+
- Require Flutter v3.24.0 and Dart SDK v3.5.0.
4+
15
## 4.0.0
26

37
- Teams V2 support. Owner field & admin Role migration.
48
- New SDK usage and stat tracking.
59
- Skip downloading disabled layouts.
6-
- Add open URL error handling.
10+
- Add Open URL error handling.
711
- Create `where` query API.
812
- Create new `image` variable type.
913
- Add Date decoder.

example/pubspec.yaml

+2-6
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
66
version: 1.0.0+1
77

88
environment:
9-
sdk: ">=3.0.0 <4.0.0"
10-
flutter: ">=3.10.0"
9+
sdk: ">=3.5.0 <4.0.0"
10+
flutter: ">=3.24.0"
1111

1212
dependencies:
1313
flutter:
@@ -16,10 +16,6 @@ dependencies:
1616
codelessly_sdk:
1717
path: ../
1818

19-
dependency_overrides:
20-
archive: ^3.6.1
21-
win32: ^5.5.3
22-
2319
dev_dependencies:
2420
flutter_test:
2521
sdk: flutter

pubspec.yaml

+1-1
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: 4.0.0
3+
version: 5.0.0
44
homepage: https://codelessly.com/
55
repository: https://github.com/Codelessly/CodelesslySDK
66

0 commit comments

Comments
 (0)