upodate for login system and app name, icon

This commit is contained in:
Mohamed Nouffer
2022-09-14 19:51:50 +05:30
parent b5932f2578
commit e0c33435ef
105 changed files with 325 additions and 146 deletions

View File

@ -37,7 +37,7 @@ class IndexPage extends GetView<IndexController> {
},
),
//automaticallyImplyLeading: false,
title: Text("Add locations"),
title: Text("add_location".tr),
actions: [
InkWell(
onTap: (){
@ -61,7 +61,7 @@ class IndexPage extends GetView<IndexController> {
child: Row(
mainAxisAlignment: MainAxisAlignment.center,
children: <Widget>[
Expanded(child: IconButton(icon: const Icon(Icons.camera_enhance), onPressed: (){},),),
Expanded(child: Container(width: 0, height: 0,),),
const Expanded(child: Text('')),
Expanded(child: IconButton(icon: const Icon(Icons.travel_explore), onPressed: (){
indexController.switchPage(AppPages.TRAVEL);