Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion macos/Classes/BiometricStorageImpl.swift
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ class BiometricStorageImpl {

private func baseQuery(name: String) -> [String: Any] {
return [kSecClass as String: kSecClassGenericPassword,
kSecAttrService as String: "flutter_biometric_storage",
kSecAttrService as String: Bundle.main.bundleIdentifier as Any,
kSecAttrAccount as String: name]
}

Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ flutter:
pluginClass: BiometricStoragePlugin
windows:
# TODO I don't think this is supported yet https://github.com/flutter/flutter/issues/52267
dartPluginClass: Win32BiometricStoragePlugin
fileName: biometric_storage_win32.dart
#dartPluginClass: Win32BiometricStoragePlugin
#fileName: biometric_storage_win32.dart
pluginClass: none
web:
pluginClass: BiometricStoragePluginWeb
Expand Down