news page
This commit is contained in:
@@ -10,6 +10,7 @@ import 'package:worker/core/theme/colors.dart';
|
||||
import 'package:worker/features/home/presentation/pages/home_page.dart';
|
||||
import 'package:worker/features/loyalty/presentation/pages/loyalty_page.dart';
|
||||
import 'package:worker/features/main/presentation/providers/current_page_provider.dart';
|
||||
import 'package:worker/features/news/presentation/pages/news_list_page.dart';
|
||||
import 'package:worker/features/promotions/presentation/pages/promotions_page.dart';
|
||||
|
||||
/// Main Scaffold Page
|
||||
@@ -31,7 +32,7 @@ class MainScaffold extends ConsumerWidget {
|
||||
final pages = [
|
||||
const HomePage(),
|
||||
const LoyaltyPage(), // Loyalty
|
||||
const PromotionsPage(),
|
||||
const NewsListPage(),
|
||||
_buildComingSoonPage('Thông báo'), // Notifications
|
||||
_buildComingSoonPage('Cài đặt'), // Account
|
||||
];
|
||||
@@ -94,7 +95,7 @@ class MainScaffold extends ConsumerWidget {
|
||||
),
|
||||
const BottomNavigationBarItem(
|
||||
icon: Icon(Icons.local_offer),
|
||||
label: 'Khuyến mãi',
|
||||
label: 'Tin tức',
|
||||
),
|
||||
BottomNavigationBarItem(
|
||||
icon: Stack(
|
||||
|
||||
Reference in New Issue
Block a user