turbo_webview_plugin 0.9.1 copy "turbo_webview_plugin: ^0.9.1" to clipboard
turbo_webview_plugin: ^0.9.1 copied to clipboard

A Flutter plugin for WebView with resource interception and switching.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add turbo_webview_plugin

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

dependencies:
  turbo_webview_plugin: ^0.9.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:turbo_webview_plugin/flutter_webview_plugin.dart';
import 'package:turbo_webview_plugin/flutter_webview_plugin_method_channel.dart';
import 'package:turbo_webview_plugin/flutter_webview_plugin_platform_interface.dart';
0
likes
145
points
0
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter plugin for WebView with resource interception and switching.

Documentation

API reference

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on turbo_webview_plugin

Packages that implement turbo_webview_plugin