We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc0e3da commit 07f4b85Copy full SHA for 07f4b85
packages/firebase_ui_localizations/lib/src/l10n.dart
@@ -47,8 +47,8 @@ class FirebaseUILocalizations<T extends FirebaseUILocalizationLabels> {
47
48
/// Localization delegate that could be provided to the
49
/// [MaterialApp.localizationsDelegates].
50
- static FirebaseUILocalizationDelegate delegate =
51
- const FirebaseUILocalizationDelegate();
+ static const FirebaseUILocalizationDelegate delegate =
+ FirebaseUILocalizationDelegate();
52
53
/// Should be used to override labels provided by the library.
54
///
0 commit comments