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 1b6dbcc commit bc1d7afCopy full SHA for bc1d7af
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