webview_universal_plus 0.0.1 copy "webview_universal_plus: ^0.0.1" to clipboard
webview_universal_plus: ^0.0.1 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_plus

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

dependencies:
  webview_universal_plus: ^0.0.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:webview_universal_plus/webview_controller/webview_controller.dart';
import 'package:webview_universal_plus/webview_controller/webview_controller_web.dart';
import 'package:webview_universal_plus/webview_desktop/src/create_configuration.dart';
import 'package:webview_universal_plus/webview_desktop/src/message_channel.dart';
import 'package:webview_universal_plus/webview_desktop/src/title_bar.dart';
import 'package:webview_universal_plus/webview_desktop/src/webview.dart';
import 'package:webview_universal_plus/webview_desktop/src/webview_impl.dart';
import 'package:webview_universal_plus/webview_desktop/webview_desktop.dart';
import 'package:webview_universal_plus/webview_desktop/webview_desktop_app.dart';
import 'package:webview_universal_plus/webview_desktop/webview_desktop_web.dart';
import 'package:webview_universal_plus/webview_universal.dart';
import 'package:webview_universal_plus/widget/webview.dart';
import 'package:webview_universal_plus/widget/widget.dart';
2
likes
130
points
139
downloads

Publisher

unverified uploader

Weekly Downloads

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

Repository (GitHub)

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_plus

Packages that implement webview_universal_plus