Skip to content

Commit 0b649f1

Browse files
committed
v0.0.7 Release
- Update CodelesslyAPI v0.0.7. - Add support for Tabs. - Add TextField support for variables. - Add FAB support for variables.
1 parent 75196b4 commit 0b649f1

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 0.0.7
2+
- Update CodelesslyAPI v0.0.7.
3+
- Add support for Tabs.
4+
- Add TextField support for variables.
5+
- Add FAB support for variables.
6+
17
## 0.0.6
28
- Update visibility rendering.
39

example/lib/main.dart

+4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import 'package:codelessly_sdk/codelessly_sdk.dart';
2+
import 'package:flutter/cupertino.dart';
23
import 'package:flutter/foundation.dart';
34
import 'package:flutter/material.dart';
45
import 'package:storybook_flutter/storybook_flutter.dart';
@@ -41,6 +42,9 @@ class _MyAppState extends State<MyApp> {
4142
builder: (context) {
4243
return CodelesslyWidget(
4344
layoutID: "0R0yB82iCD4RPZMZYOYZ",
45+
loadingBuilder: (context) {
46+
return const CupertinoActivityIndicator();
47+
},
4448
);
4549
}),
4650
Story(

pubspec.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: codelessly_sdk
22
description: Codelessly CloudUI™ - Supercharge your Flutter apps with dynamic UI and real-time updates. Build and publish UI without code!
3-
version: 0.0.6
3+
version: 0.0.7
44
homepage: https://codelessly.com/
55
repository: https://github.com/Codelessly/CodelesslySDK
66

@@ -30,7 +30,7 @@ dependencies:
3030
universal_html: ^2.2.3
3131
webview_flutter: ^4.2.2
3232
webview_flutter_android: ^3.9.1
33-
webview_flutter_wkwebview: ^3.7.0
33+
webview_flutter_wkwebview: ^3.7.1
3434
flutter_animation_progress_bar: ^2.3.1
3535
vector_math: ^2.1.4
3636
grpc: ^3.2.3
@@ -41,7 +41,7 @@ dependencies:
4141
uuid: ^3.0.7
4242
path_provider: ^2.0.15
4343
provider: ^6.0.5
44-
json_path: ^0.6.0
44+
json_path: ^0.6.2
4545
meta: ^1.9.1
4646
path: ^1.8.3
4747

0 commit comments

Comments
 (0)