flagship 2.0.0 flagship: ^2.0.0 copied to clipboard
Flutter SDK for Flagship Feature management & Experiment platform for modern engineering and product teams
2.0.0 - 2022-10-03 #
Added
- Bucketing Mode
- Experience Continuity
- Predefined context
- VisitorBuilder class to manage options
- ConfigBuilder class to create a FlagshipConfig instance and manage options
1.3.0 - 2022-06-22 #
Added
- Flag class to manipulate Flag
Changed
- synchronizeModification is now deprecated, use fetchFlags function through the visitor instance
- getModification / getModificationInfo / activateModification are now obsolete and have been replaced by Flag class
1.2.0 - 2022-03-24 #
Added
- Callback (status listener), called when SDK status has changed
- Improve FlagshipConfig class and manage listener status
1.1.3 - 2022-01-26 #
Changed
- Imporove synchronize modificaation function
- Improve logs
1.1.2 - 2022-01-17 #
Fixed
- Configuration when the current visitor is not Set
1.1.1 - 2021-11-25 #
Added
- Unit tests and secure code
1.1.0 - 2021-09-29 #
Added
- Visitor consent management
1.0.0 - 2021-07-19 #
Added
- logManager to manage logs
- FlagshipConfig object to customize the timeout and the logger
0.2.1 - 2021-06-23 #
Added
0.2.0 - 2021-05-17 #
0.1.0 #
First implementation of the SDK with minimal features: Added
- Initialization
- Visitor & context management
- Synchronization
- Modification helpers
- Hit tracking