Flutter Browser
by Lorenzo Pichilli
Full-Featured Mobile Browser App created using Flutter and flutter_inappwebview.
App Name | Flutter Browser |
---|---|
Developer | Lorenzo Pichilli |
Category | Communication |
Download Size | 11 MB |
Latest Version | 2.2.0 |
Average Rating | 4.29 |
Rating Count | 71 |
Google Play | Download |
AppBrain | Download Flutter Browser Android app |
A Full-Featured Mobile Browser App created using Flutter and the features offered by the flutter_inappwebview plugin.
Features:
- WebView Tab, with custom on long-press link/image preview, and how to move from one tab to another without losing the WebView state;
- Browser App Bar with the current URL and all popup menu actions such as opening a new tab, a new incognito tab, saving the current URL to the favorite list, saving a page to offline usage, viewing the SSL Certificate used by the website, enable Desktop Mode, etc;
- Developer console, where you can execute JavaScript code, see some network info, manage the browser storage such as cookies, window.localStorage , etc;
- Settings page, where you can update the browser general settings and enable/disable all the features offered by the flutter_inappwebview for each WebView Tab, such as enabling/disabling JavaScript, caching, scrollbars, setting custom user-agent, etc., and all the Android and iOS-specific features;
- Save and restore the current Browser state.
Flutter plugin: https://github.com/pichillilorenzo/flutter_inappwebview
Full Code Browser App: https://github.com/pichillilorenzo/flutter_browser_app
Recent changes:
Updated dependencies and Flutter version
Features:
- WebView Tab, with custom on long-press link/image preview, and how to move from one tab to another without losing the WebView state;
- Browser App Bar with the current URL and all popup menu actions such as opening a new tab, a new incognito tab, saving the current URL to the favorite list, saving a page to offline usage, viewing the SSL Certificate used by the website, enable Desktop Mode, etc;
- Developer console, where you can execute JavaScript code, see some network info, manage the browser storage such as cookies, window.localStorage , etc;
- Settings page, where you can update the browser general settings and enable/disable all the features offered by the flutter_inappwebview for each WebView Tab, such as enabling/disabling JavaScript, caching, scrollbars, setting custom user-agent, etc., and all the Android and iOS-specific features;
- Save and restore the current Browser state.
Flutter plugin: https://github.com/pichillilorenzo/flutter_inappwebview
Full Code Browser App: https://github.com/pichillilorenzo/flutter_browser_app
Recent changes:
Updated dependencies and Flutter version