This commit is contained in:
Mohamed Nouffer
2022-05-12 02:17:08 +05:30
parent 9d253fc5e2
commit 80a976baa0
37 changed files with 1159 additions and 592 deletions

View File

@ -1,6 +1,7 @@
import 'package:flutter/material.dart';
import 'package:get/get.dart';
import 'package:rogapp/routes/app_pages.dart';
class DrawerPage extends StatelessWidget {
const DrawerPage({ Key? key }) : super(key: key);
@ -22,7 +23,9 @@ class DrawerPage extends StatelessWidget {
ListTile(
leading: const Icon(Icons.login),
title: Text("login".tr),
onTap: (){},
onTap: (){
Get.toNamed(AppPages.LANDING);
},
),
ListTile(
leading: const Icon(Icons.password),