flutter_cookie_bridge 1.0.4
flutter_cookie_bridge: ^1.0.4 copied to clipboard
A Flutter plugin that synchronizes cookies between network requests and WebViews.
CHANGELOG #
1.0.0 - 2024-10-10 #
- Initial release of flutter_cookie_bridge.
1.0.1 - 2024-10-29 #
- Added whitelisting of URLs from parameters.
- Fixed cookie synchronization issue.
- Implemented callback functionality.
- Added back navigation
1.0.2 - 2025-01-07 #
- Fixed non whitelisted url blocking issue
- Fixed the redirect looping issue
1.0.3 - 2025-01-07 #
- Fixed the static Global Key in WebView
1.0.4 - 2025-01-07 #
- Fixed the WebView SafeArea issue