Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.

[local_auth] support localizedFallbackTitle in IOSAuthMessages #3806

Merged
merged 27 commits into from
Feb 16, 2022
Merged
Changes from 1 commit
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
71f3a02
Added: hardcoded localizedFallbackTitle
furaiev Apr 12, 2021
d0f59cb
sync commit
furaiev Sep 18, 2021
56323ba
Merge branch 'flutter-master'
furaiev Sep 18, 2021
ad80f96
localizedFallbackTitle as non nullable param
furaiev Sep 18, 2021
2e52b89
added: localizedFallbackTitle test
furaiev Sep 19, 2021
1b6c9bb
test formatting fix
furaiev Sep 20, 2021
399f787
test formatting fix
furaiev Sep 20, 2021
a011421
fixed: localizedFallbackTitle will not sent if it is null
furaiev Oct 12, 2021
dcc6e91
fixed: localizedFallbackTitle [NSNull null] check, refactored IOSAuth…
furaiev Oct 15, 2021
31b6a3e
Merge branch 'flutter:master' into master
furaiev Oct 15, 2021
a55fa1d
reverted LocalAuthentication authenticate arguments to non-nullable
furaiev Oct 15, 2021
dc4bee3
fixed: localizedFallbackTitle key, added: dart tests
furaiev Oct 25, 2021
0fb27d6
Merge branch 'flutter:master' into master
furaiev Oct 25, 2021
50310fd
formatting
furaiev Oct 25, 2021
9b4b001
Merge branch 'flutter:master' into master
furaiev Oct 30, 2021
fd4356d
updated: local_auth_test.dart
furaiev Oct 30, 2021
ff6b467
sync commit
furaiev Jan 16, 2022
3d265b7
Merge branch 'flutter-main'
furaiev Jan 16, 2022
63fd16b
fixed: tests
furaiev Jan 16, 2022
0b408fd
fixed: tests (lintering)
furaiev Jan 16, 2022
0cf0a8c
fixed: added setLocalizedFallbackTitle test
furaiev Jan 16, 2022
efec6b5
fixed: formatting
furaiev Jan 16, 2022
71375d2
Merge branch 'main' into master
furaiev Jan 17, 2022
cd7e066
fixed: changelog comment style
furaiev Jan 18, 2022
e4ac67f
Merge remote-tracking branch 'origin/master'
furaiev Jan 18, 2022
0474601
Merge branch 'master' of https://github.com/flutter/plugins
furaiev Feb 15, 2022
2ca4cba
ObjC formatted
furaiev Feb 15, 2022
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
Prev Previous commit
Next Next commit
fixed: tests (lintering)
  • Loading branch information
furaiev committed Jan 16, 2022
commit 0b408fd9eff901b7e8f88683418f60791c4630ba
2 changes: 1 addition & 1 deletion packages/local_auth/test/local_auth_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ void main() {
});

test('authenticate with `localizedFallbackTitle` on iOS.', () async {
final iosAuthMessages =
const IOSAuthMessages iosAuthMessages =
IOSAuthMessages(localizedFallbackTitle: 'Enter PIN');
setMockPathProviderPlatform(FakePlatform(operatingSystem: 'ios'));
await localAuthentication.authenticate(
Expand Down