Changelog: Dio Flutter plugin

2.1.0 (2023-05-19)

  • Expose DataDomeDio.getCookie() method to retrieve the last DataDome cookie value
  • Add a cookie cache mechanism
  • Handle event tracking sending for non intercepted calls
  • Fix screen size exception in payload caused by a null MediaQueryData

2.0.0 (2023-03-28)
Breaking changes: support Dio library >5.x.x

1.2.0 (2023-02-23)

  • Add methods to DataDomeInterceptor to share DataDome cookies between native and webview contexts

1.1.3 (2023-02-15)

  • Improve SDK documentation and example

1.1.2 (2023-02-13)

  • Check response nullability at error response validation

1.1.1 (2023-02-08)

  • Fix iOS osVersion value

1.1.0 (2023-01-31)

  • Add event tracking feature
  • Add manual integration feature
  • Upgrade libraries versions

1.0.6 (2022-04-06)

  • Improve dependencies (updated the version of webview-flutter to 3.0.1)

1.0.5 (2022-01-14)

  • Disabled the android back button when the captcha is displayed

1.0.4 (2022-01-14)

  • Fixed an issue with the Javascript listener for android

1.0.3 (2021-12-06)

  • Improved the documentation

1.0.2 (2021-12-06)

  • Added a logger to the DataDome plugin with several log levels.

1.0.1 (2021-07-09)

  • Support null safety.

1.0.0 (2021-05-19)

  • First version of the DataDome Plugin for Flutter - Dio Integration. Please visit the documentation for more details on how to integrate and operate the Flutter.