ponnamkarthik / FlutterWebView

Flutter Plugin that Renders Native Webview as a widget in flutter
Other
62 stars 26 forks source link

flutterWebViewString, FlutterWebView are not imported #15

Closed kurtiev closed 5 years ago

kurtiev commented 5 years ago

Hi guys, Sorry i just started with Flutter/Dart. From doc of this plugin, need to import next file:

import 'package:flutter_native_web/flutter_native_web.dart';

But it isn't found and Android Studio suggest to import

import 'package:flutter_native_web/flutter_native_web.dart';

So WebController is imported - OK, but some other params, like: flutterWebViewString, FlutterWebView are not found, what i'm doing wrong? Thanks.

http://prntscr.com/mr95gg