Skip to content

Commit 02fba4c

Browse files
committed
v2.3.0 Release
- New guided setup flow for getting started with CloudUI. - Add support for toggling CloudUIs on and off. They're like feature flags, except much more powerful!
1 parent f11d3d6 commit 02fba4c

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 2.3.0
2+
- New guided setup flow for getting started with CloudUI.
3+
- Add support for toggling CloudUIs on and off. They're like feature flags, except much more powerful!
4+
15
## 2.2.1
26
- Set target platforms.
37

pubspec.yaml

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

@@ -33,14 +33,14 @@ dependencies:
3333
intl: '>=0.17.0 <1.0.0'
3434
universal_html: ^2.2.4
3535
webview_flutter: ^4.8.0
36-
webview_flutter_android: ^3.16.4
37-
webview_flutter_wkwebview: ^3.13.1
38-
webview_flutter_web: ^0.2.2+4
36+
webview_flutter_android: ^3.16.5
37+
webview_flutter_wkwebview: ^3.14.0
38+
webview_flutter_web: ^0.2.3+1
3939
flutter_animation_progress_bar: ^2.3.1
4040
vector_math: ^2.1.4
4141
hive: ^2.2.3
4242
hive_flutter: ^1.1.0
43-
uuid: ^4.4.0
43+
uuid: ^4.4.2
4444
path_provider: ^2.1.3
4545
provider: ^6.1.2
4646
json_path: ^0.7.2

0 commit comments

Comments
 (0)