flutter_cookie_bridge 1.0.18
flutter_cookie_bridge: ^1.0.18 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
1.0.5 - 2025-02-04 #
- Added support for Flutter 3.1.0 and above instead of 3.3.0 and above
1.0.6 - 2025-02-07 #
- Added error response in case of request failures
1.0.7 - 2025-02-13 #
- Added support for accessing permissions in WebView and some minor fixes
1.0.8 - 2025-02-17 #
- Fixed Flutter Downloader initialization issue
- Minor fixes
1.0.9 - 2025-02-17 #
- Redirect issue fixed
1.0.10 - 2025-02-18 #
- Flutter downloader removed
1.0.11 - 2025-02-18 #
- Flutter downloader provider removed from Manifest
1.0.12 - 2025-02-18 #
- Added mounted check in the setState
1.0.13 - 2025-02-18 #
- Fixed the navigation issue
1.0.14 - 2025-02-18 #
- Removed mounted check in the setState
1.0.15 - 2025-02-18 #
- Removed logout
1.0.16 - 2025-02-19 #
- Removed redundant set state
1.0.18 - 2025-02-19 #
- Fixed multiple redirects