rudder_sdk_flutter_platform_interface 2.8.0 copy "rudder_sdk_flutter_platform_interface: ^2.8.0" to clipboard
rudder_sdk_flutter_platform_interface: ^2.8.0 copied to clipboard

unlisted

A platform interface for mobile and web sdk

2.8.0 #

  • FEAT: added support for configuring gzip compression of the payload to data plane. (31823a24)

2.7.0 #

  • FIX: fixed default value for session timeout in millis for web platform to 30 mins. (3c0cca02)
  • FIX: updated default session time out for mobile platforms. (761b5ce0)
  • FEAT: added api to get session id. (73944370)
  • FEAT: added support for different session configuration between mobile and web platforms. (ede1ff3d)
  • FEAT: added support for user session in flutter plugin. (2ef6f8e9)

2.6.0 #

  • FEAT: added support for db encryption plugin across android, iOS, core plugin. (90cbb7ea)

2.5.0 #

  • FEAT: added support for encrypting events persisted in sqlite3 db (#118). (24175a59)
  • FEAT: made deviceId collection configurable and de-coupled anonymousid and deviceId (#117). (28611542)

2.4.0 #

  • FIX: updated dart sdk version constraints across all packages to >=2.17.6. (ca4a589a)
  • FIX: fixed issue of sending extras as separate object in traits for both identify and group on web platform. (10207a35)
  • FEAT: added better support for integrations object and custom context on web platform. (27c75e21)
  • FEAT: added enums to set data residency server. (5add7438)
  • FEAT: added support for sending custom context from the flutter sdk. (21f7238a)
  • FEAT: added support for data residency. (0d29dc15)

2.3.1 #

  • FIX: replace usage of intl package with custom logic. (5e941211)

2.3.0 #

  • REFACTOR: add melos monorepo tooling, code analysis, precommit hooks (#58). (f5523f2f)
  • FIX: fixed rudder_logger un-initialized issue (#69). (118fb52b)
  • FEAT(monorepo): updated android & ios sdk version range in plugins to start from 1.8.1 & 1.8.0. (32346cc9)

2.0.0 #

Initial release

2.1.0 #

Made automatic collection of advertisingId by the Android SDK configurable using the withAutoCollectAdvertId() API

2.2.0-dev.1 #

Updated RudderIntegration to an Abstract class 

2.2.0 #

Stable release after updating RudderIntegration to an Abstract class