browser_webview 0.0.2
browser_webview: ^0.0.2 copied to clipboard
A comprehensive Flutter package providing multiple types of in-app webview experiences.
0.0.2 #
- Upgraded dependencies to latest versions (
share_plus^13.0.0,url_launcher^6.3.2). - Improved documentation for all public API elements.
- Fixed several deprecation warnings including
withOpacity,FindInteractionController, andSharePlus. - Cleaned up static analysis issues and improved code quality.
0.0.1 #
- Initial release of
browser_webview. - Added
EnhancedInAppBrowser: A full-featured standalone browser. - Added
SimpleBrowser: A minimal Material UI browser. - Added
GlassBrowser: A modern browser with Glassmorphism effects. - Added
CustomizableBrowser: A highly configurable browser with theme and functional options. - Added
TabbedBrowser: Support for multiple tabs with a tab switcher. - Added
ReaderModeBrowser: Focus on content with text extraction. - Added
ModalBrowser: A utility for quick link previews in persistent bottom sheets. - Added
InlineWebView: Embeddable webview widget for existing layouts. - Fixed scrolling issues in nested scroll views (bottom sheets and inline usage).