Skip to content

Commit c7e0863

Browse files
committed
CodelesslySDK v5.3.0
- Add support for Codelessly Simulator! With Codelessly Simulator, you can easily preview your app in the browser as if it was running on a real device. - Add device `Brightness` property for light and dark theme support. - Fix AppBar constraints.
1 parent a303725 commit c7e0863

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
1+
## 5.3.0
2+
3+
- Add support for Codelessly Simulator! With Codelessly Simulator, you can easily preview your app in the browser as if it was running on a real device.
4+
- Add device `Brightness` property for light and dark theme support.
5+
- Fix AppBar constraints.
6+
17
## 5.2.4
8+
29
- Update `webview_flutter_android` v4.0.0.
310

411
## 5.2.3

example/lib/main.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import 'package:storybook_flutter/storybook_flutter.dart';
77
void main() async {
88
WidgetsFlutterBinding.ensureInitialized();
99

10-
await Codelessly.instance.initialize(
10+
Codelessly.instance.initialize(
1111
config: CodelesslyConfig(
1212
authToken: "cSlMIT93cj1lXkBuYk5QNmImSTUsTHw2MDQ4VkdlOCZFLHc7",
1313
isPreview: kDebugMode,

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: 5.2.4
3+
version: 5.3.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.0.0
23+
codelessly_api: 4.1.0
2424
codelessly_json_annotation: 4.9.0+2
2525

2626
# Firebase

0 commit comments

Comments
 (0)