flutter_cookie_bridge 1.0.24 copy "flutter_cookie_bridge: ^1.0.24" to clipboard
flutter_cookie_bridge: ^1.0.24 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

1.0.19 - 2025-02-19 #

  • Remove double sync of cookies

1.0.20 - 2025-02-19 #

  • Added webview support for kyc

1.0.21 - 2025-02-20 #

  • Fixed camera and microphone permission issue in webview for ios

1.0.22 - 2025-02-24 #

  • Added download functionality in webview

1.0.23 - 2025-02-24 #

  • Added force clear session functionality

1.0.24 - 2025-02-26 #

  • Added iOsBrowserRedirectDomains in webview