webview_wrapper 1.0.0 copy "webview_wrapper: ^1.0.0" to clipboard
webview_wrapper: ^1.0.0 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.0

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
101
downloads

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

Documentation

API reference

License

MIT (license)

Dependencies

flutter, webview_flutter, webview_flutter_android, webview_flutter_wkwebview

More

Packages that depend on webview_wrapper