footprint_flutter 2.1.0
footprint_flutter: ^2.1.0 copied to clipboard
A Flutter SDK for integrating the Footprint onboarding flow as a hosted WebView or natively with onboarding components.
1.0.0 #
- Initial version
1.0.1 #
- New bootstrap data fields
1.0.2 #
- Remove theme variable from appearance
- Fix a bug that prevented the users to initialize the flow with auth token
2.0.0-beta #
- Introduction of onboarding components
2.0.0-beta.2 #
- Introduction of inline OTP in onboarding components
2.0.0-beta.3 #
- Introduction of auth playbook support
isReadyForAuthhas been removed, instead we introduced a globalisReadyvariable. Please make sure thatisReady = truebefore you use other functionalities provided by the SDK.save()function has been renamed tovault().FootprintFormtakesDataIdentifierenum values asnamefield now instead of taking astring. This is to ensure that you don’t mistakenly pass a wrong string.- The return type of
requiresAuth()function has been updated to return helpful information such as already vaulted data, requirements, etc. getRequirements()is a new helper function that lets to get the requirements at any point during the flow.- We provide an inline
process()function to complete the flow inline if you aren’t collecting docs and passkeys.
2.0.0-beta.3.1 #
Late initialization bug fix
2.0.0-beta.3.2 #
Align with requirements and onboarding status API response changes
2.0.0-beta.3.3 #
Add additional requirements check before calling process
2.0.0-beta.3.4 #
Add canUpdateUserData to requirements result
2.0.0-beta.3.5 #
Add Footprint specific error logs
2.0.0-beta.3.6 #
Update the getRequirements() response
2.0.0-beta.3.7 #
Provide inputFormatters prop
2.0.0-beta.3.8 #
Extend phone number validation to more formats
2.0.0-beta.3.9 #
Migrate to identify API v2
2.0.0-beta.3.10 #
Bug fixes related to auth token
2.0.0-beta.3.11 #
Bug fixes related to auth token during reonboard
2.0.0-beta.3.12 #
Allow adding keyboard type in text input
2.0.0-beta.3.13 #
Patch type issues related to field error
2.0.0 #
Publishing flutter onboarding components in a stable version
2.0.1 #
Adding fingerprint ans us tax id support
2.1.0 #
Upgrade internal APIs and add hosted flow launcher in OBC sdk