android_web_view_check 1.0.9+10
android_web_view_check: ^1.0.9+10 copied to clipboard
Provides version upgrade due to webview call error when using webview in Android
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add android_web_view_checkThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
android_web_view_check: ^1.0.9+10Alternatively, 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:android_web_view_check/android_web_view_check.dart';