x5_webview_extension 0.0.1 x5_webview_extension: ^0.0.1 copied to clipboard
A Webview Flutter plugin of Tencent X5 Kernel,Improving WebView browsing experience,Support Android Platform Only.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add x5_webview_extension
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
x5_webview_extension: ^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:x5_webview_extension/x5_sdk.dart';
import 'package:x5_webview_extension/x5_webview.dart';