Creating WebView Content Blockers with Flutter InAppWebView

This page summarizes the projects mentioned and recommended in the original post on dev.to

InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. flutter_inappwebview

    A Flutter plugin that allows you to add an inline webview, to use a headless webview, and to open an in-app browser window.

    In this article, we are going to learn how to create a custom Content Blocker for our WebView instances using the flutter_inappwebview plugin.

  2. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  3. flutter_inappwebview_examples

    A collection of flutter_inappwebview project examples

    Full project code is available on GitHub.

  4. Flutter

    Flutter makes it easy and fast to build beautiful apps for mobile and beyond

    initialSettings: InAppWebViewSettings(contentBlockers: [ ContentBlocker( trigger: ContentBlockerTrigger( urlFilter: "https://flutter.dev/.*", ), action: ContentBlockerAction( type: ContentBlockerActionType.CSS_DISPLAY_NONE, selector: '.notification, .media, #developer-story' ) ) ]),

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • In-Depth Perspective on Flutter: A Comprehensive Analysis and Practice Guide

    4 projects | dev.to | 8 Feb 2024
  • how geolocator.isMock() works?

    1 project | /r/flutterhelp | 8 Dec 2023
  • Permission request Error

    1 project | /r/flutterhelp | 29 Jun 2023
  • Looking for a European-focused Invoicing Tool

    1 project | /r/selfhosted | 16 May 2023
  • Flutter plugins by Baseflow are unmaintained

    1 project | /r/FlutterDev | 15 May 2023