1 रिपॉजिटरी
Trapping and modifying method calls or network requests at the native boundary before they reach the browser engine.
Distinct from gRPC Call Interception: Distinct from OS system call or gRPC interception; this targets the high-level API calls between a native app wrapper and a webview.
Explore 1 awesome GitHub repository matching software engineering & architecture · Native Call Interceptions. Refine with filters or upvote what's useful.
This is a plugin for embedding inline or headless web browsers within Flutter applications to render web content. It provides a system for integrating native webview components directly into the widget tree, allowing for the display of web pages and local assets. The project distinguishes itself by offering a headless browser controller for programmatic interaction and data extraction, as well as tools to wrap Progressive Web Apps into native application containers. It includes a mobile bridge for WebRTC to manage camera and microphone permissions for real-time audio and video communication.
Traps network requests and JavaScript calls on the native side to modify or block content before it reaches the browser.