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

Show a webview window on your flutter desktop application.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add webview_universal

With Flutter:

 $ flutter pub add webview_universal

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

dependencies:
  webview_universal: ^0.0.0

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

Publisher

unverified uploader

Show a webview window on your flutter desktop application.

License

unknown (LICENSE)

Dependencies

flutter, path

More

Packages that depend on webview_universal