Skip to content

Commit

Permalink
CodelesslySDK v6.2.0
Browse files Browse the repository at this point in the history
- Create dynamic settings architecture.
- Migrate Slider and Switch to dynamic settings.
  • Loading branch information
rayliverified committed Dec 18, 2024
1 parent 4ef23e6 commit 92cdafb
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 6.2.0

- Create dynamic settings architecture.
- Migrate Slider and Switch to dynamic settings.

## 6.1.0

- Create new Placeholders node.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@
ignoresPersistentStateOnLaunch = "NO"
debugDocumentVersioning = "YES"
debugServiceExtension = "internal"
enableGPUValidationMode = "1"
allowLocationSimulation = "YES">
<BuildableProductRunnable
runnableDebuggingMode = "0">
Expand Down
4 changes: 2 additions & 2 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: 6.1.0
version: 6.2.0
homepage: https://codelessly.com/
repository: https://github.com/Codelessly/CodelesslySDK

Expand All @@ -20,7 +20,7 @@ dependencies:
flutter:
sdk: flutter
# Codelessly
codelessly_api: 4.3.0
codelessly_api: 4.4.0
codelessly_json_annotation: 4.9.0+2

# Firebase
Expand Down

0 comments on commit 92cdafb

Please sign in to comment.