Skip to content

Commit 91e17b5

Browse files
committed
feat: 🎸 release v0.5.1
1 parent 0ac0415 commit 91e17b5

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

‎lib/src/chative_widget.dart‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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
}

‎pubspec.yaml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: chative_sdk
22
description: "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
44
homepage: https://github.com/botstar/chative-flutter-sdk
55
repository: https://github.com/botstar/chative-flutter-sdk
66
issue_tracker: https://github.com/botstar/chative-flutter-sdk/issues

0 commit comments

Comments
 (0)