Skip to content

Commit

Permalink
v2.2.0 Release
Browse files Browse the repository at this point in the history
- Restore Windows support! Codelessly CloudUI™ now works on all Flutter platforms.
  • Loading branch information
rayliverified committed Jul 14, 2024
1 parent c475af3 commit 5588f90
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 2.2.0
- Restore Windows support! Codelessly CloudUI™ now works on all Flutter platforms.

## 2.1.1
- Fix Firebase exception on web.
- Fix Text Input `Set Value` action not working.
Expand Down
3 changes: 3 additions & 0 deletions lib/src/model/privacy_base.dart
Original file line number Diff line number Diff line change
Expand Up @@ -151,4 +151,7 @@ class PrivacyBaseImpl extends PrivacyBase {

@override
Map toJson() => _$PrivacyBaseImplToJson(this);

factory PrivacyBaseImpl.fromJson(Map<String, dynamic> json) =>
_$PrivacyBaseImplFromJson(json);
}
9 changes: 1 addition & 8 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,20 +1,13 @@
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: 2.1.1
version: 2.2.0
homepage: https://codelessly.com/
repository: https://github.com/Codelessly/CodelesslySDK

environment:
sdk: ">=3.3.0 <4.0.0"
flutter: ">=3.10.0"

platforms:
android:
ios:
linux:
macos:
web:

dependencies:
flutter:
sdk: flutter
Expand Down

0 comments on commit 5588f90

Please sign in to comment.