webview_universal 0.0.5 copy "webview_universal: ^0.0.5" to clipboard
webview_universal: ^0.0.5 copied to clipboard

Show a webview window on your flutter cross platform android, ios, linux, macos, web, windows.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add webview_universal

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

dependencies:
  webview_universal: ^0.0.5

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_universal/webview_universal.dart';
35
likes
130
pub points
93%
popularity

Publisher

unverified uploader

Show a webview window on your flutter cross platform android, ios, linux, macos, web, windows.

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter, path, universal_io, webview_flutter, webview_flutter_android, webview_flutter_web, webview_flutter_wkwebview

More

Packages that depend on webview_universal