update products page + filter
This commit is contained in:
@@ -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'))
|
||||
],
|
||||
),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user