Skip to content

Commit 5588f90

Browse files
committed
v2.2.0 Release
- Restore Windows support! Codelessly CloudUI™ now works on all Flutter platforms.
1 parent c475af3 commit 5588f90

File tree

3 files changed

+7
-8
lines changed

3 files changed

+7
-8
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 2.2.0
2+
- Restore Windows support! Codelessly CloudUI™ now works on all Flutter platforms.
3+
14
## 2.1.1
25
- Fix Firebase exception on web.
36
- Fix Text Input `Set Value` action not working.

lib/src/model/privacy_base.dart

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,4 +151,7 @@ class PrivacyBaseImpl extends PrivacyBase {
151151

152152
@override
153153
Map toJson() => _$PrivacyBaseImplToJson(this);
154+
155+
factory PrivacyBaseImpl.fromJson(Map<String, dynamic> json) =>
156+
_$PrivacyBaseImplFromJson(json);
154157
}

pubspec.yaml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,13 @@
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.1.1
3+
version: 2.2.0
44
homepage: https://codelessly.com/
55
repository: https://github.com/Codelessly/CodelesslySDK
66

77
environment:
88
sdk: ">=3.3.0 <4.0.0"
99
flutter: ">=3.10.0"
1010

11-
platforms:
12-
android:
13-
ios:
14-
linux:
15-
macos:
16-
web:
17-
1811
dependencies:
1912
flutter:
2013
sdk: flutter

0 commit comments

Comments
 (0)