webview_pro_android 2.8.3+3 copy "webview_pro_android: ^2.8.3+3" to clipboard
webview_pro_android: ^2.8.3+3 copied to clipboard

PlatformAndroid

A Flutter plugin that provides a WebView widget on Android.

webview_pro_android #

The Android implementation of flutter_webview_pro.

Usage #

This package is endorsed, which means you can simply use flutter_webview_pro normally. This package will be automatically included in your app when you do.

Contributing #

This package uses pigeon to generate the communication layer between Flutter and the host platform (Android). The communication interface is defined in the pigeons/android_webview.dart file. After editing the communication interface regenerate the communication layer by running the ./generatePigeons.sh shell script.

Besides pigeon this package also uses mockito to generate mock objects for testing purposes. To generate the mock objects run the following command:

flutter packages pub run build_runner build --delete-conflicting-outputs

If you would like to contribute to the plugin, check out our contribution guide.

1
likes
120
pub points
35%
popularity

Publisher

unverified uploader

A Flutter plugin that provides a WebView widget on Android.

Repository (GitHub)
View/report issues
Contributing

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

flutter, webview_pro_platform_interface

More

Packages that depend on webview_pro_android