File tree 3 files changed +13
-3
lines changed
3 files changed +13
-3
lines changed Original file line number Diff line number Diff line change
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
+
1
7
## 0.0.6
2
8
- Update visibility rendering.
3
9
Original file line number Diff line number Diff line change 1
1
import 'package:codelessly_sdk/codelessly_sdk.dart' ;
2
+ import 'package:flutter/cupertino.dart' ;
2
3
import 'package:flutter/foundation.dart' ;
3
4
import 'package:flutter/material.dart' ;
4
5
import 'package:storybook_flutter/storybook_flutter.dart' ;
@@ -41,6 +42,9 @@ class _MyAppState extends State<MyApp> {
41
42
builder: (context) {
42
43
return CodelesslyWidget (
43
44
layoutID: "0R0yB82iCD4RPZMZYOYZ" ,
45
+ loadingBuilder: (context) {
46
+ return const CupertinoActivityIndicator ();
47
+ },
44
48
);
45
49
}),
46
50
Story (
Original file line number Diff line number Diff line change 1
1
name : codelessly_sdk
2
2
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
4
4
homepage : https://codelessly.com/
5
5
repository : https://github.com/Codelessly/CodelesslySDK
6
6
@@ -30,7 +30,7 @@ dependencies:
30
30
universal_html : ^2.2.3
31
31
webview_flutter : ^4.2.2
32
32
webview_flutter_android : ^3.9.1
33
- webview_flutter_wkwebview : ^3.7.0
33
+ webview_flutter_wkwebview : ^3.7.1
34
34
flutter_animation_progress_bar : ^2.3.1
35
35
vector_math : ^2.1.4
36
36
grpc : ^3.2.3
@@ -41,7 +41,7 @@ dependencies:
41
41
uuid : ^3.0.7
42
42
path_provider : ^2.0.15
43
43
provider : ^6.0.5
44
- json_path : ^0.6.0
44
+ json_path : ^0.6.2
45
45
meta : ^1.9.1
46
46
path : ^1.8.3
47
47
You can’t perform that action at this time.
0 commit comments