webview_plus 0.6.3 copy "webview_plus: ^0.6.3" to clipboard
webview_plus: ^0.6.3 copied to clipboard

A cross-platform Flutter plugin that directly encapsulates native WebViews (Android, iOS/macOS, Windows, Linux andWeb) with no WebView dependencies.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add webview_plus

With Flutter:

 $ flutter pub add webview_plus

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

dependencies:
  webview_plus: ^0.6.3

Alternatively, 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:webview_plus/webview_plus.dart';
3
likes
0
points
928
downloads

Publisher

unverified uploader

Weekly Downloads

A cross-platform Flutter plugin that directly encapsulates native WebViews (Android, iOS/macOS, Windows, Linux andWeb) with no WebView dependencies.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, flutter_web_plugins, plugin_platform_interface, web

More

Packages that depend on webview_plus

Packages that implement webview_plus