Skip to content

Commit 1ccc951

Browse files
committed
V1.7.1
1 parent b4daf6c commit 1ccc951

31 files changed

+1167
-2097
lines changed

.github/workflows/flutter-android.yml

Lines changed: 0 additions & 84 deletions
This file was deleted.

lib/firebase_options.dart

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,5 +86,4 @@ class DefaultFirebaseOptions {
8686
storageBucket: 'realtoken-88d99.firebasestorage.app',
8787
measurementId: 'G-5JHBXTPHV3',
8888
);
89-
90-
}
89+
}

lib/generated/intl/messages_all.dart

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,7 @@ MessageLookupByLibrary? _findExact(String localeName) {
5454

5555
/// User programs should call this before using [localeName] for messages.
5656
Future<bool> initializeMessages(String localeName) {
57-
var availableLocale = Intl.verifiedLocale(
58-
localeName, (locale) => _deferredLibraries[locale] != null,
59-
onFailure: (_) => null);
57+
var availableLocale = Intl.verifiedLocale(localeName, (locale) => _deferredLibraries[locale] != null, onFailure: (_) => null);
6058
if (availableLocale == null) {
6159
return new SynchronousFuture(false);
6260
}
@@ -76,8 +74,7 @@ bool _messagesExistFor(String locale) {
7674
}
7775

7876
MessageLookupByLibrary? _findGeneratedMessagesFor(String locale) {
79-
var actualLocale =
80-
Intl.verifiedLocale(locale, _messagesExistFor, onFailure: (_) => null);
77+
var actualLocale = Intl.verifiedLocale(locale, _messagesExistFor, onFailure: (_) => null);
8178
if (actualLocale == null) return null;
8279
return _findExact(actualLocale);
8380
}

lib/generated/intl/messages_en.dart

Lines changed: 110 additions & 221 deletions
Large diffs are not rendered by default.

lib/generated/intl/messages_es.dart

Lines changed: 140 additions & 277 deletions
Large diffs are not rendered by default.

lib/generated/intl/messages_fr.dart

Lines changed: 133 additions & 264 deletions
Large diffs are not rendered by default.

lib/generated/intl/messages_it.dart

Lines changed: 132 additions & 265 deletions
Large diffs are not rendered by default.

lib/generated/intl/messages_pt.dart

Lines changed: 137 additions & 273 deletions
Large diffs are not rendered by default.

lib/generated/intl/messages_zh.dart

Lines changed: 34 additions & 69 deletions
Large diffs are not rendered by default.

lib/generated/l10n.dart

Lines changed: 3 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)