webview_guardian 0.3.0
webview_guardian: ^0.3.0 copied to clipboard
Flutter WebView wrapper for Android and Windows with network ad blocking, cosmetic filtering, and scriptlet injection.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add webview_guardianThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
webview_guardian: ^0.3.0Alternatively, 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:webview_guardian/webview_guardian.dart';