We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9a1dae commit 9eef77aCopy full SHA for 9eef77a
lib/src/javascript_channel.dart
@@ -1,4 +1,4 @@
1
-import 'package:meta/meta.dart';
+import 'package:flutter/foundation.dart';
2
import 'package:flutter_webview_plugin/flutter_webview_plugin.dart';
3
4
final RegExp _validChannelNames = RegExp('^[a-zA-Z_][a-zA-Z0-9]*\$');
0 commit comments