screens\webview_screen library
WebViewScreen displays web content within the application.
This screen provides a full-featured web browsing experience using the flutter_inappwebview plugin, offering:
- Full web page rendering and interaction
- Pull-to-refresh functionality
- Loading progress indication
- Error handling and retry mechanisms
- SSL certificate handling for secure connections
The screen is designed for displaying external web content or web-based documentation within the application context.
Classes
- WebViewScreen
- Stateful screen for displaying web content with advanced browser features.