hackle 2.4.0 copy "hackle: ^2.4.0" to clipboard
hackle: ^2.4.0 copied to clipboard

outdated

Flutter SDK For Hackle

1.0.0 #

  • A/B Test, Feature Flag, Remote Config, Track

1.0.1 #

  • Add SDK Wrapper info

2.0.0 #

  • Rename User class to HackleUser
  • Rename Event class to HackleEvent
  • Change HackleUserBuilder spec
    • could use builder without id value
    • if id/deviceId is null, it's set to deviceId in native languages

2.0.1 #

  • chore: wrapper version bump

2.1.0 #

  • Add user setting APIs
    • setUser
    • setUserId
    • setDeviceId
    • setUserProperty
    • resetUser

2.1.1 #

  • chore: wrapper version bump

2.1.2 #

  • Fix PlatformInterface error

2.1.3 #

  • Remove lambda on Android native codes

2.2.0 #

  • Support array properties

2.3.0 #

  • RC + AB
  • Add pollingIntervalMillis option at HackleConfig

2.4.0 #

  • Property Operations