Skip to main content

Flutter

2.2.1 (2026/05/13)

Miscellaneous

Native SDK Changes

This release also brings the following changes from the underlying native SDKs.

iOS SDK (v2.3.0...v2.3.1)

Bug Fixes
  • latency metrics should reflect only the most recent (final) network request attempt (ios-client-sdk#122)

2.2.0 (2026/05/11)

Features

  • update wrapper SDK's sourceId and version (#31) (ed5a914)

Build System

Native SDK Changes

This release also brings the following changes from the underlying native SDKs.

iOS SDK (v2.2.1...v2.3.0)

Features
Bug Fixes
Miscellaneous
Build System

Android SDK (v2.2.1...v2.3.1)

Features
Bug Fixes
Miscellaneous
Build System

2.1.2 (2025/03/11)

Bug Fixes

  • android: cache not being updated in the background after initialized (#25) (0e78ff5)

2.1.1 (2024/11/27)

Build System

  • deps: update ios/android sdk to 2.2.1 (#22) (82e757a)

2.1.0 (2024/09/17)

Features

  • get variation details by variation type (#19) (f59d6be)

Build System

  • deps: update deps using the Flutter version 3.19.2 (#21) (743e534)

2.0.0 (2024/04/09)

This version brings the BREAKING CHANGES.

  • Removed the gRPC dependency (Response time was improved by 50% faster)
  • Improved SDK metrics
  • Changed SDK initialization process
  • Changed the get variation interfaces (booleanVariation, stringVariation, etc.)
  • Added flush interface to manually send events in the DB to the server if needed
  • Added addEvaluationUpdateListener interface so the user can listen when the evaluations change in the DB
  • Added background polling (The SDK will continue polling the latest data from the server even if in the background)
  • Now the SDK flushes events when the app enters the background

See the documentation for the 2.0.0 version.

Features