flutter_webview_pro 3.0.1+1 flutter_webview_pro: ^3.0.1+1 copied to clipboard
A Flutter plugin that provides a WebView widget who Support photo upload/take camera and Geolocation.一个在Flutter上支持图片上传、相机拍照、地理定位的webview插件
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add flutter_webview_pro
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
flutter_webview_pro: ^3.0.1+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:flutter_webview_pro/platform_interface.dart';
import 'package:flutter_webview_pro/webview_flutter.dart';