File tree 4 files changed +15
-12
lines changed
4 files changed +15
-12
lines changed Original file line number Diff line number Diff line change @@ -1113,7 +1113,7 @@ class DataManager {
1113
1113
);
1114
1114
}
1115
1115
} else {
1116
- log ('\ L ayout [$layoutID ] has no variables.' );
1116
+ log ('Layout [$layoutID ] has no variables.' );
1117
1117
}
1118
1118
1119
1119
// Process Conditions
Original file line number Diff line number Diff line change @@ -876,6 +876,7 @@ ${response.body.contains('{') ? const JsonEncoder.withIndent(' ').convert(json.
876
876
877
877
for (final reaction in filteredReactions) {
878
878
// ignore: use_build_context_synchronously
879
+ if (! context.mounted) continue ;
879
880
final future = FunctionsRepository .performAction (
880
881
context,
881
882
reaction.action,
Original file line number Diff line number Diff line change @@ -134,7 +134,9 @@ class SDKPublishModel extends PrivacyBase {
134
134
Map <String , dynamic > toJson () => _$SDKPublishModelToJson (this )
135
135
..remove ('fonts' )
136
136
..remove ('layouts' )
137
- ..remove ('apis' )..remove ('variables' )..remove ('conditions' );
137
+ ..remove ('apis' )
138
+ ..remove ('variables' )
139
+ ..remove ('conditions' );
138
140
139
141
/// Converts this instance to a JSON map.
140
142
Map <String , dynamic > toFullJson () => _$SDKPublishModelToJson (this );
Original file line number Diff line number Diff line change @@ -20,27 +20,27 @@ dependencies:
20
20
sdk : flutter
21
21
codelessly_api : 1.6.0
22
22
codelessly_json_annotation : 4.8.1
23
- firebase_core : ^2.28 .0
24
- firebase_auth : ^4.19.0
25
- cloud_firestore : ^4.16.0
23
+ firebase_core : ^2.29 .0
24
+ firebase_auth : ^4.19.1
25
+ cloud_firestore : ^4.16.1
26
26
firebase_ui_firestore : ^1.6.2
27
27
equatable : ^2.0.5
28
28
google_fonts : ^6.2.1
29
- url_launcher : ^6.2.5
29
+ url_launcher : ^6.2.6
30
30
collection : ' >=1.17.0 <2.0.0'
31
31
http : ' >=1.1.2 <2.0.0'
32
32
intl : ' >=0.17.0 <1.0.0'
33
33
universal_html : ^2.2.4
34
34
webview_flutter : ^4.7.0
35
- webview_flutter_android : ^3.15 .0
36
- webview_flutter_wkwebview : ^3.12 .0
35
+ webview_flutter_android : ^3.16 .0
36
+ webview_flutter_wkwebview : ^3.13 .0
37
37
webview_flutter_web : ^0.2.2+4
38
38
flutter_animation_progress_bar : ^2.3.1
39
39
vector_math : ^2.1.4
40
40
hive : ^2.2.3
41
41
hive_flutter : ^1.1.0
42
- uuid : ^4.3.3
43
- path_provider : ^2.1.2
42
+ uuid : ^4.4.0
43
+ path_provider : ^2.1.3
44
44
provider : ^6.1.2
45
45
json_path : ^0.7.1
46
46
meta : " >=1.9.0 <2.0.0"
@@ -53,8 +53,8 @@ dev_dependencies:
53
53
flutter_test :
54
54
sdk : flutter
55
55
codelessly_json_serializable : 6.7.1+1
56
- build_runner : ^2.4.8
57
- flutter_lints : ^3.0.1
56
+ build_runner : ^2.4.9
57
+ flutter_lints : ^3.0.2
58
58
59
59
flutter :
60
60
uses-material-design : true
You can’t perform that action at this time.
0 commit comments