footprint_flutter 2.0.0-beta.3.5
footprint_flutter: ^2.0.0-beta.3.5 copied to clipboard
A Flutter plugin for Footprint SDK.
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