Changelog

1 min read

Notable releases for footprint_flutter, the Flutter SDK for Footprint onboarding.

footprint_flutter

v2.2.5

The Flutter SDK (pub.dev). Runs the Footprint onboarding flow as a hosted WebView or with native onboarding components.

2.2.3 – 2.2.5Sep 2025 – May 2026
FixedSwitched deep-link handling from uni_links to app_links for compatibility with newer Flutter versions.ImprovedDependency upgrades, including the FingerprintJS Pro plugin.
2.2.0 – 2.2.2Jul – Aug 2025
NewNew onboarding object to launch the hosted or embedded flow, including silent (background) onboarding.BreakingRenamed onboarding.initialize() props to match the web SDK and removed the sandboxOutcome and options props.
2.0.0 – 2.1.0Mar – Jun 2025
NewFirst stable release of the native Flutter onboarding components.NewDevice fingerprinting, US tax-ID support, and a hosted-flow launcher.
2.0.0-betaAug 2024 – Feb 2025
BreakingIntroduced native onboarding components (beta): inline OTP and auth-playbook support; isReadyForAuth became a global isReady, save() was renamed vault(), and FootprintForm now takes DataIdentifier names.NewAdded a getRequirements() helper and an inline process() to complete the flow without leaving your app.