Language Change
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
import 'package:flutter_gen/gen_l10n/app_localizations.dart';
|
||||
|
||||
import 'package:flutter/material.dart';
|
||||
import 'dart:async';
|
||||
|
||||
@@ -38,9 +40,9 @@ class _WelcomeScreenState extends State<WelcomeScreen> {
|
||||
Center(
|
||||
child: Column(
|
||||
mainAxisSize: MainAxisSize.min,
|
||||
children: const [
|
||||
children: [
|
||||
Text(
|
||||
'Kconnect',
|
||||
AppLocalizations.of(context).kconnect,
|
||||
style: TextStyle(
|
||||
fontSize: 36,
|
||||
fontWeight: FontWeight.bold,
|
||||
@@ -50,7 +52,7 @@ class _WelcomeScreenState extends State<WelcomeScreen> {
|
||||
),
|
||||
SizedBox(height: 12),
|
||||
Text(
|
||||
'Kangra Central Co-operative Bank',
|
||||
AppLocalizations.of(context).kccBankFull,
|
||||
textAlign: TextAlign.center,
|
||||
style: TextStyle(
|
||||
fontSize: 18,
|
||||
|
Reference in New Issue
Block a user