Skip to content

Releases: underdog-tech/pinwheel-flutter-sdk

3.0.0

27 Feb 23:16
43b27bc
Compare
Choose a tag to compare

This new major version bump introduces an updated API to support partner-based switches. Expands internal functionality to support a broader range of platforms and increase conversion rate.

Changed

  • The action field in input_allocation event is now optional.
  • The params field in the success event uses the input_allocation schema with fields action and allocation.

Removed

  • Removed LinkResult type export. This was the old success event payload. The new payload has the same format as the newly exported SuccessEventPayload.
  • Removed EventPayload type export. The event handler function will now be implicitly typed.
  • Removed ScreenTransition type export. Use ScreenTransitionEventPayload instead.
  • Removed EmptyPayloadObject type export.
  • Removed Error type export. Use ErrorEventPayload instead. (Error was marked as deprecated in version 2.)
  • Removed ErrorType type export. Use PinwheelErrorType instead. (ErrorType was marked as deprecated in version 2.)
  • Removed input_amount event. Use input_allocation even instead.
  • Removed PINWHEEL_MESSAGE_TYPES.

2.4.0

20 Feb 23:22
Compare
Choose a tag to compare
Release 2.4.0

v2.3.6

25 Aug 02:18
Compare
Choose a tag to compare

2.3.6

Updated

v2.3.5

12 Jul 04:06
Compare
Choose a tag to compare

2.3.5

Added

  • Added support for input_allocation event

v2.3.4

12 Jul 04:06
Compare
Choose a tag to compare

2.3.4

Updated

v2.3.3

01 Jun 21:06
Compare
Choose a tag to compare
  • Updated to use Flutter 3.0.0

v2.3.2

03 Dec 22:38
Compare
Choose a tag to compare

2.3.2

Added

  • Add support for input_required event.

v2.3.0

21 Oct 04:10
Compare
Choose a tag to compare

Add support for login_attempt event.

v0.0.3

31 Aug 23:45
Compare
Choose a tag to compare

Added proguard R8 rule to protect Android Plugin classes from being removed.