fixit_webview 0.10.0-beta.2
fixit_webview: ^0.10.0-beta.2 copied to clipboard
A production-grade Flutter WebView plugin with JS bridge, native Dart module integration, offline engine, theme engine, and enterprise-grade navigation controls.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add fixit_webviewWith Flutter:
$ flutter pub add fixit_webviewThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
fixit_webview: ^0.10.0-beta.2Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:fixit_webview/fixit_webview.dart';