offline_webview 1.0.3
offline_webview: ^1.0.3 copied to clipboard
A lightweight high-performance Flutter SDK for offline web package loading with URL matching, flow pipeline, WebView integration, monitoring and reporting. Supports iOS/Android.
Changelog #
1.0.3 - 2025-05-20 #
- Fix: shorten pubspec description and fix doc comment for pub.dev score
1.0.2 - 2025-05-20 #
- Refactor: unify to Python server, remove Dart local_server
- Python server auto-scans packages/ directory and reads version from .offweb.json
- Update port from 8199 to 18730
1.0.1 - 2024-05-20 #
- Improved pub.dev score with English description and README
- Fixed lint warnings (prefer_final_fields)
- Updated analysis_options.yaml
1.0.0 - 2024-05-20 #
- Initial release
- Offline package download and caching
- URL to bisName matching
- Flow-based resource processing pipeline
- WebView integration for iOS and Android
- Built-in monitoring and reporting callbacks
- Custom request implementation support