- Fixes issue where failed authentication was failing silently
- Updates imports for
prefer_relative_imports. - Updates minimum Flutter version to 2.10.
- Fixes avoid_redundant_argument_values lint warnings and minor typos.
- Updates
local_auth_platform_interfaceconstraint to the correct minimum version.
- Updates references to the obsolete master branch.
- Suppresses warnings for pre-iOS-11 codepaths.
- Removes unnecessary imports.
- Fixes library_private_types_in_public_api, sort_child_properties_last and use_key_in_widget_constructors lint warnings.
- Fixes
deviceSupportsBiometricsto return true when biometric hardware is available but not enrolled.
- Adopts
Object.hash.
- Adds support
localizedFallbackTitlein authenticateWithBiometrics on iOS.
- BREAKING CHANGE: Changes
stopAuthenticationto always return false instead of throwing an error.
- Initial release from migration to federated architecture.