Skip to content

Commit 63b4e2a

Browse files
authored
Update l10n.dart
Make the static const
1 parent 95b5f53 commit 63b4e2a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • packages/firebase_ui_localizations/lib/src

packages/firebase_ui_localizations/lib/src/l10n.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ class FirebaseUILocalizations<T extends FirebaseUILocalizationLabels> {
4747

4848
/// Localization delegate that could be provided to the
4949
/// [MaterialApp.localizationsDelegates].
50-
static FirebaseUILocalizationDelegate delegate =
51-
const FirebaseUILocalizationDelegate();
50+
static const FirebaseUILocalizationDelegate delegate =
51+
FirebaseUILocalizationDelegate();
5252

5353
/// Should be used to override labels provided by the library.
5454
///

0 commit comments

Comments
 (0)