Releases: flagship-io/flagship-flutter-sdk
Releases · flagship-io/flagship-flutter-sdk
4.1.2-beta.1
Fix
- Add information in visitor context: 'fs_users', 'fs_client', 'fs_version'.
- Handle special characters on decoding.
4.1.1-beta.1
Added
- Emotion AI collect method
collectEmotionsAIEvents
in visitor instance - Emotion AI
onAppScreenChange
method to update the name of the screen being displayed during the collect process - The EmotionAI features are covered by troubleshooting hits in order to debug and examine any issues that may arise.
Fix
- Add information in visitor context:
fs_users , fs_client , fs_version
4.0.2
Fix
- Add information in visitor context:
fs_users , fs_client , fs_version
4.0.1
Fixed
- Handle special characters on decoding.
4.1.0-beta.1
Added
- Emotion AI collect method
collectEmotionsAIEvents
in visitor instance - Emotion AI
onAppScreenChange
method to update the name of the screen being displayed during the collect process - The EmotionAI features are covered by troubleshooting hits in order to debug and examine any issues that may arise.
Flutter SDK 4.0.0
Changed
- The
Flag getFlag<T>(String key)
is the new signature for the getFlag method . - The
func value<T>(defaultValue:T?,visitorExposed: Bool = true)->T?
is the new signature for flag.value() method . - Signature
newVisitor
method builder changed toVisitorBuilder newVisitor({required String visitorId, required bool hasConsented, Instance instanceType = Instance.SINGLE_INSTANCE})
. hasConsented
parameter is mandatory on visitor creation instance.- Enum SDK status
FSSdkStatus
has replacedFStatus
. withStatusListener
renamed toonSdkStatusChanged
.
For further information, see migration code.
Added
- Flag status
- Visitor status
getFlags()
new method to get all flags in one collection asFSFlagCollection
FlagCollection
is a collection of flagMap<String, Flag>
For further information, see 4.0.0 reference.
Removed
Deprecated methods:
- synchronizeModifications
- getModification
- getModificationInfo
- activateModification
- userExposed
3.1.2
3.1.1
What's Changed
- Fix bug when the flag value is null by @ABTastyAdel in #42
Full Changelog: 3.1.0...3.1.1
3.1.0
3.0.4
add variation name