local_auth_ios 1.0.6 local_auth_ios: ^1.0.6 copied to clipboard
iOS implementation of the local_auth plugin.
1.0.6 #
- Suppresses warnings for pre-iOS-11 codepaths.
1.0.5 #
- Removes unnecessary imports.
- Fixes library_private_types_in_public_api, sort_child_properties_last and use_key_in_widget_constructors lint warnings.
1.0.4 #
- Fixes
deviceSupportsBiometrics
to return true when biometric hardware is available but not enrolled.
1.0.3 #
- Adopts
Object.hash
.
1.0.2 #
- Adds support
localizedFallbackTitle
in authenticateWithBiometrics on iOS.
1.0.1 #
- BREAKING CHANGE: Changes
stopAuthentication
to always return false instead of throwing an error.
1.0.0 #
- Initial release from migration to federated architecture.