Skip to content

Releases: flagship-io/flagship-flutter-sdk

Flutter SDK 4.0.0

08 Oct 16:46
Compare
Choose a tag to compare

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 to VisitorBuilder 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 replaced FStatus.
  • withStatusListener renamed to onSdkStatusChanged.

For further information, see migration code.

Added

  • Flag status
  • Visitor status
  • getFlags() new method to get all flags in one collection as FSFlagCollection
  • FlagCollection is a collection of flag Map<String, Flag>
    For further information, see 4.0.0 reference.

Removed

Deprecated methods:

- synchronizeModifications
- getModification
- getModificationInfo 
- activateModification
- userExposed

3.1.2

06 Feb 11:21
70f83bd
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.1.1...3.1.2

3.1.1

17 Jan 15:05
79a8eb1
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.1.0...3.1.1

3.1.0

09 Nov 23:13
c72c3b4
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.0.4...3.1.0

3.0.4

23 Oct 13:14
Compare
Choose a tag to compare
add variation name

3.0.3

12 Sep 14:43
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.0.2...3.0.3

3.0.2

27 Jul 15:44
a7d6640
Compare
Choose a tag to compare
fix type trackingMangerConfig to trackingManagerConfig

3.0.1

10 Jul 09:38
369c008
Compare
Choose a tag to compare
  • Page hit tracking for embedded web view
  • qt field in activate batch it indicate the time duration between the occurrence sending.

3.0.0

16 Mar 11:37
Compare
Choose a tag to compare
version 3 with tracking mangaer and cache

2.1.0

02 Mar 17:25
b40ce0d
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.0.1...2.1.0