Skip to content

Release 1.0.0-beta

Pre-release
Pre-release
Compare
Choose a tag to compare
@msohailhussain msohailhussain released this 03 Nov 17:23
· 40 commits to master since this release
65fffb8

[1.0.0-beta] - November 3rd, 2022

New Features

  • Following are the api's added in Flutter SDK:

    • activate
    • getVariation
    • getForcedVariation
    • setForcedVariation
    • getOptimizelyConfig
    • createUserContext
    • close
  • Following are the notification listener's added in Flutter SDK:

    • addActivateNotificationListener
    • addDecisionNotificationListener
    • addTrackNotificationListener
    • addLogEventNotificationListener
    • addConfigUpdateNotificationListener
    • removeNotificationListener
    • clearNotificationListeners
    • clearAllNotificationListeners
  • Following are the api's added in UserContext:

    • getUserId
    • getAttributes
    • setAttributes
    • trackEvent
    • decide
    • decideForKeys
    • decideAll
    • setForcedDecision
    • getForcedDecision
    • removeForcedDecision
    • removeAllForcedDecisions