feat: otp page
This commit is contained in:
@@ -2,6 +2,7 @@ import 'package:auto_route/auto_route.dart';
|
||||
import 'package:flutter/material.dart';
|
||||
|
||||
import '../../../components/button/button.dart';
|
||||
import '../../../router/app_router.gr.dart';
|
||||
import 'widgets/name_field.dart';
|
||||
import 'widgets/phone_field.dart';
|
||||
|
||||
@@ -30,7 +31,10 @@ class RegisterPage extends StatelessWidget {
|
||||
Spacer(),
|
||||
|
||||
// Continue Button
|
||||
AppElevatedButton(onPressed: () {}, title: 'Daftar & Lanjutkan'),
|
||||
AppElevatedButton(
|
||||
onPressed: () => context.router.push(const OtpRoute()),
|
||||
title: 'Daftar & Lanjutkan',
|
||||
),
|
||||
|
||||
const SizedBox(height: 24),
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user