update products page + filter

This commit is contained in:
Phuoc Nguyen
2025-11-07 17:43:49 +07:00
parent 9057ebdc6d
commit 2a71c65577
5 changed files with 536 additions and 43 deletions

View File

@@ -194,7 +194,10 @@ class _LoginPageState extends ConsumerState<LoginPage> {
TextButton(onPressed: () {
context.pushNamed(RouteNames.otpVerification);
}, child: Text('otp'))
}, child: Text('otp')),
TextButton(onPressed: () {
context.pushReplacementNamed(RouteNames.home);
}, child: Text('home'))
],
),
),