Skip to content

Commit

Permalink
CodelesslySDK v5.2.3
Browse files Browse the repository at this point in the history
- Fix Actions DartToJS compilation error.
  • Loading branch information
rayliverified committed Oct 3, 2024
1 parent 96d333a commit a7e6f65
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 5.2.3

- Fix Actions DartToJS compilation error.

## 5.2.2

- Use conditional WebViews based on platform.
Expand Down
8 changes: 4 additions & 4 deletions 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: 5.2.2
version: 5.2.3
homepage: https://codelessly.com/
repository: https://github.com/Codelessly/CodelesslySDK

Expand All @@ -27,7 +27,7 @@ dependencies:
firebase_core: ^3.6.0
firebase_auth: ^5.3.1
cloud_firestore: ^5.4.3
firebase_ui_firestore: ^1.6.4
firebase_ui_firestore: ^1.7.0
google_fonts: ^6.2.1

# Core Flutter
Expand All @@ -37,7 +37,7 @@ dependencies:
meta: ">=1.9.0 <2.0.0"
url_launcher: ^6.3.0
webview_flutter: ^4.9.0
webview_flutter_android: ^3.16.7
webview_flutter_android: ^3.16.8
webview_flutter_wkwebview: ^3.15.0
webview_flutter_web: ^0.2.3+2
web: ^1.1.0
Expand Down Expand Up @@ -69,7 +69,7 @@ dev_dependencies:
flutter_test:
sdk: flutter
codelessly_json_serializable: 6.8.0
build_runner: ^2.4.12
build_runner: ^2.4.13
flutter_lints: ^5.0.0

flutter:
Expand Down

0 comments on commit a7e6f65

Please sign in to comment.