Skip to content

Commit

Permalink
fix accessibility
Browse files Browse the repository at this point in the history
  • Loading branch information
ttorii20 committed May 19, 2024
1 parent c6d1f99 commit 5ee877a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion flutter_secure_storage/example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ EXTERNAL SOURCES:
SPEC CHECKSUMS:
Flutter: e0871f40cf51350855a761d2e70bf5af5b9b5de7
flutter_secure_storage: d33dac7ae2ea08509be337e775f6b59f1ff45f12
path_provider_foundation: 29f094ae23ebbca9d3d0cec13889cd9060c0e943
path_provider_foundation: 2b6b4c569c0fb62ec74538f866245ac84301af46

PODFILE CHECKSUM: cc1f88378b4bfcf93a6ce00d2c587857c6008d3b

Expand Down
2 changes: 1 addition & 1 deletion flutter_secure_storage/example/lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ class ItemsWidgetState extends State<ItemsWidget> {
}

IOSOptions _getIOSOptions() => const IOSOptions(
// accessibility: KeychainAccessibility.passcode,
accessibility: KeychainAccessibility.passcode,
accessControlCreateFlags:
IOSAccessControlCreateFlags.biometryCurrentSet,
);
Expand Down

0 comments on commit 5ee877a

Please sign in to comment.