Skip to content

Commit 92cdafb

Browse files
committed
CodelesslySDK v6.2.0
- Create dynamic settings architecture. - Migrate Slider and Switch to dynamic settings.
1 parent 4ef23e6 commit 92cdafb

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 6.2.0
2+
3+
- Create dynamic settings architecture.
4+
- Migrate Slider and Switch to dynamic settings.
5+
16
## 6.1.0
27

38
- Create new Placeholders node.

example/macos/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme

+1
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@
5959
ignoresPersistentStateOnLaunch = "NO"
6060
debugDocumentVersioning = "YES"
6161
debugServiceExtension = "internal"
62+
enableGPUValidationMode = "1"
6263
allowLocationSimulation = "YES">
6364
<BuildableProductRunnable
6465
runnableDebuggingMode = "0">

pubspec.yaml

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

@@ -20,7 +20,7 @@ dependencies:
2020
flutter:
2121
sdk: flutter
2222
# Codelessly
23-
codelessly_api: 4.3.0
23+
codelessly_api: 4.4.0
2424
codelessly_json_annotation: 4.9.0+2
2525

2626
# Firebase

0 commit comments

Comments
 (0)