bucketeer_flutter_client_sdk 2.1.2
bucketeer_flutter_client_sdk: ^2.1.2 copied to clipboard
Bucketeer
Changelog #
2.1.2 - 2025-03-11 #
2.1.0 - 2024-09-17 #
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
flushinterface to manually send events in the DB to the server if needed - Added
addEvaluationUpdateListenerinterface 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.