footprint_flutter 2.2.3
footprint_flutter: ^2.2.3 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
isReadyForAuth
has been removed, instead we introduced a globalisReady
variable. Please make sure thatisReady = true
before you use other functionalities provided by the SDK.save()
function has been renamed tovault()
.FootprintForm
takesDataIdentifier
enum values asname
field 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
2.2.0 #
Add onboarding
object that can be used to launch hosted/embedded flow with support for silent onboarding
2.2.1 #
Update prop names in onboarding.initialize()
function
2.2.2 #
Add SDK version to the URL, remove sandbox outcome and options props from onboarding.initialize()
2.2.3 #
Use app_links instead of uni_links