pinwheel 3.1.0
pinwheel: ^3.1.0 copied to clipboard
A flutter plugin for the Pinwheel Link SDK.
Change Log #
All notable changes to this project will be documented in this file.
3.x Releases #
2.4.x Releases #
2.4.xReleases - 2.4.0
2.3.x Releases #
0.0.x Releases #
3.1.0 #
Updated
- Updated Android and iOS versions.
- Supports dark mode via the
useDarkModeparameter. - Adds support for
other_event.
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
actionfield ininput_allocationevent is now optional. - The
paramsfield in thesuccessevent uses theinput_allocationschema with fieldsactionandallocation.
Removed
- Removed
LinkResulttype export. This was the oldsuccessevent payload. The new payload has the same format as the newly exportedSuccessEventPayload. - Removed
EventPayloadtype export. The event handler function will now be implicitly typed. - Removed
ScreenTransitiontype export. UseScreenTransitionEventPayloadinstead. - Removed
EmptyPayloadObjecttype export. - Removed
Errortype export. UseErrorEventPayloadinstead. (Errorwas marked as deprecated in version 2.) - Removed
ErrorTypetype export. UsePinwheelErrorTypeinstead. (ErrorTypewas marked as deprecated in version 2.) - Removed
input_amountevent. Useinput_allocationeven instead. - Removed
PINWHEEL_MESSAGE_TYPES.
2.4.0 #
Updated
- Updated Android and iOS versions
- Added by Robby Abaya in Pull Request #31.
2.3.6 #
Updated
- Updated Android project
- Added by Robby Abaya in Pull Request #18.
2.3.5 #
Added
- Added support for
input_allocationevent- Added by Robby Abaya in Pull Request #18.
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.
2.3.3 #
Updated
- Updated to use Flutter 3.0.0
- Added by Robby Abaya in Pull Request #18.
2.3.2 #
Added
- Add support for input_required event.
- Added by Robby Abaya in Pull Request #16.
2.3.1 #
Added
- Add support for platformId in success event payload.
- Added by Robby Abaya in Pull Request #14.
2.3.0 #
Added
- Add support for login_attempt to example app.
- Added by Robby Abaya in Pull Request #12.
- Add support for login attempt event
- Added by Robby Abaya in Pull Request #11.
0.0.3 #
Added
- Added proguard R8 rule to protect Android Plugin classes from being removed.
0.0.1 #
Beta release