webview_flutter_windows 1.0.0-dev.1 copy "webview_flutter_windows: ^1.0.0-dev.1" to clipboard
webview_flutter_windows: ^1.0.0-dev.1 copied to clipboard

A WebView2-powered webview for Flutter on Windows with seamless composition, keyboard focus integration, and a typed event API.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add webview_flutter_windows

With Flutter:

 $ flutter pub add webview_flutter_windows

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

dependencies:
  webview_flutter_windows: ^1.0.0-dev.1

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_flutter_windows/webview_flutter_windows.dart';
1
likes
0
points
557
downloads

Publisher

verified publishertomars.tech

Weekly Downloads

A WebView2-powered webview for Flutter on Windows with seamless composition, keyboard focus integration, and a typed event API.

Repository (GitHub)
View/report issues

Topics

#webview #webview2 #windows #desktop #browser

License

unknown (license)

Dependencies

flutter

More

Packages that depend on webview_flutter_windows

Packages that implement webview_flutter_windows