feat: lang

This commit is contained in:
efrilm
2025-08-20 13:52:49 +07:00
parent f07d07b3a8
commit 5a83bc4049
53 changed files with 3386 additions and 721 deletions
@@ -1,6 +1,7 @@
import 'package:flutter/material.dart';
import 'package:auto_route/auto_route.dart';
import '../../../common/extension/extension.dart';
import '../../../common/theme/theme.dart';
@RoutePage()
@@ -114,7 +115,7 @@ class _ComingSoonPageState extends State<ComingSoonPage>
child: SlideTransition(
position: _slideAnimation,
child: Text(
'Coming Soon',
context.lang.coming_soon,
style: AppStyle.h1.copyWith(
color: AppColor.textWhite,
fontWeight: FontWeight.bold,
@@ -134,7 +135,7 @@ class _ComingSoonPageState extends State<ComingSoonPage>
child: SlideTransition(
position: _slideAnimation,
child: Text(
'Something amazing is brewing!\nStay tuned for the big reveal.',
context.lang.coming_soon_desc,
style: AppStyle.lg.copyWith(
color: AppColor.textWhite.withOpacity(0.9),
height: 1.5,