Releases: underdog-tech/pinwheel-flutter-sdk
Releases · underdog-tech/pinwheel-flutter-sdk
3.0.0
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 ininput_allocation
event is now optional. - The
params
field in thesuccess
event uses theinput_allocation
schema with fieldsaction
andallocation
.
Removed
- Removed
LinkResult
type export. This was the oldsuccess
event payload. The new payload has the same format as the newly exportedSuccessEventPayload
. - Removed
EventPayload
type export. The event handler function will now be implicitly typed. - Removed
ScreenTransition
type export. UseScreenTransitionEventPayload
instead. - Removed
EmptyPayloadObject
type export. - Removed
Error
type export. UseErrorEventPayload
instead. (Error
was marked as deprecated in version 2.) - Removed
ErrorType
type export. UsePinwheelErrorType
instead. (ErrorType
was marked as deprecated in version 2.) - Removed
input_amount
event. Useinput_allocation
even instead. - Removed
PINWHEEL_MESSAGE_TYPES
.
2.4.0
v2.3.6
v2.3.5
v2.3.4
2.3.4
Updated
- Updated to use built_value 8.3.2
- Added by Robby Abaya in Pull Request #18.
- Updated models
- Added by Robby Abaya in Pull Request #18.