Skip to content

Commit

Permalink
CodelesslySDK v5.3.0
Browse files Browse the repository at this point in the history
- 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.
  • Loading branch information
rayliverified committed Oct 19, 2024
1 parent a303725 commit c7e0863
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
## 5.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.

## 5.2.4

- Update `webview_flutter_android` v4.0.0.

## 5.2.3
Expand Down
2 changes: 1 addition & 1 deletion example/lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import 'package:storybook_flutter/storybook_flutter.dart';
void main() async {
WidgetsFlutterBinding.ensureInitialized();

await Codelessly.instance.initialize(
Codelessly.instance.initialize(
config: CodelesslyConfig(
authToken: "cSlMIT93cj1lXkBuYk5QNmImSTUsTHw2MDQ4VkdlOCZFLHc7",
isPreview: kDebugMode,
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: 5.2.4
version: 5.3.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.0.0
codelessly_api: 4.1.0
codelessly_json_annotation: 4.9.0+2

# Firebase
Expand Down

0 comments on commit c7e0863

Please sign in to comment.