Open Source
AFBrowser
Flutter package extending webview_flutter with URL pattern matching and customizable callback behaviors.
FlutterDart
Flutter package that enhances in-app browsing capabilities by extending webview_flutter with sophisticated URL pattern matching and customizable callback behaviors.
Key Features
- Wildcard URL matching using asterisks for flexible path component matching
- Path variable capturing using colon notation to extract specific URL segments
- Domain regex filtering
- Sequential matcher execution with first-match-first-served logic
- Query string and path variable parameter extraction