webview_wrapper 1.0.1 copy "webview_wrapper: ^1.0.1" to clipboard
webview_wrapper: ^1.0.1 copied to clipboard

A Flutter WebView wrapper library with enhanced features including dynamic event configuration, JavaScript communication, and external app handling.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add webview_wrapper

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  webview_wrapper: ^1.0.1

Alternatively, 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_wrapper/webview_wrapper.dart';
1
likes
120
points
9
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A Flutter WebView wrapper library with enhanced features including dynamic event configuration, JavaScript communication, and external app handling.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter, webview_flutter, webview_flutter_android, webview_flutter_wkwebview

More

Packages that depend on webview_wrapper