webview_flutter_plus 0.1.1+1  webview_flutter_plus: ^0.1.1+1 copied to clipboard
webview_flutter_plus: ^0.1.1+1 copied to clipboard
An extension of webview_flutter to load HTML,CSS and Javascript even from Assets or Strings and much more.
Use this package as a library
Depend on it
Run this command:
With Flutter:
 $ flutter pub add webview_flutter_plusThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
  webview_flutter_plus: ^0.1.1+1Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:webview_flutter_plus/webview_flutter_plus.dart';