File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -179,7 +179,6 @@ class _ChativeWidgetState extends State<ChativeWidget> {
179179 if (isScriptSafe (script)) {
180180 await _webViewKey.currentState? .injectJavaScript (script);
181181 } else {
182- print ('Unsafe script: $script ' );
183182 widget.onError? .call ('unsafe_script' );
184183 }
185184 }
Original file line number Diff line number Diff line change 11name : chative_sdk
22description : " A Flutter client sdk for chative. Integrate Chative Flutter client into your flutter app and talk to your visitors/users in real time."
3- version : 0.5.0
3+ version : 0.5.1
44homepage : https://github.com/botstar/chative-flutter-sdk
55repository : https://github.com/botstar/chative-flutter-sdk
66issue_tracker : https://github.com/botstar/chative-flutter-sdk/issues
You can’t perform that action at this time.
0 commit comments