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 36ed682 commit 4ed56efCopy full SHA for 4ed56ef
lib/status/view/maintenance_page.dart
@@ -1,4 +1,5 @@
1
import 'package:flutter/material.dart';
2
+import 'package:flutter_news_app_mobile_client_full_source_code/l10n/app_localizations.dart';
3
import 'package:flutter_news_app_mobile_client_full_source_code/l10n/l10n.dart';
4
import 'package:ui_kit/ui_kit.dart';
5
@@ -13,7 +14,7 @@ class MaintenancePage extends StatelessWidget {
13
14
15
@override
16
Widget build(BuildContext context) {
- final l10n = context.l10n;
17
+ final l10n = AppLocalizations.of(context);
18
19
// The Scaffold provides the basic Material Design visual layout structure.
20
return Scaffold(
0 commit comments