Refactor routing dan hapus fitur lengkapi profil

- Ubah konstanta rute menjadi lowercase
- Hapus metode dan tampilan lengkapi profil
- Hapus kontroler dan field yang tidak digunakan
- Perbarui navigasi dengan rute baru
- Singkronkan perubahan di seluruh modul auth
This commit is contained in:
Khafidh Fuadi
2025-03-08 13:47:10 +07:00
parent eb80fb629a
commit a008988f17
8 changed files with 71 additions and 473 deletions

View File

@ -211,14 +211,6 @@ class WargaDashboardView extends GetView<DashboardController> {
style: TextStyle(fontSize: 12),
),
const SizedBox(height: 10),
ElevatedButton(
onPressed: authController.navigateToCompleteProfile,
style: ElevatedButton.styleFrom(
backgroundColor: Colors.orange,
foregroundColor: Colors.white,
),
child: const Text('Lengkapi Profil'),
),
],
),
),