Update project
This commit is contained in:
@@ -277,17 +277,8 @@ class _AccountPageState extends State<AccountPage> {
|
||||
}
|
||||
},
|
||||
),
|
||||
_divider(),
|
||||
_tile(
|
||||
icon: Icons.question_answer,
|
||||
title: "Faq",
|
||||
onTap: () => Get.to(
|
||||
() => FaqView(),
|
||||
// transition: Transition.fade, // or any transition you like
|
||||
// duration: Duration(milliseconds: 400),
|
||||
),
|
||||
|
||||
),
|
||||
|
||||
_divider(),
|
||||
_tile(
|
||||
icon: Icons.reorder,
|
||||
@@ -318,15 +309,15 @@ class _AccountPageState extends State<AccountPage> {
|
||||
onTap: controller.rateApp,
|
||||
),
|
||||
_divider(),
|
||||
// _tile(
|
||||
// icon: Icons.group_add,
|
||||
// title: "Refer a Friend",
|
||||
// onTap: () => Get.to(
|
||||
// () => const ShowContactsScreen(),
|
||||
// // transition: Transition.fade, // or any style you like
|
||||
// // duration: Duration(milliseconds: 400),
|
||||
// ),
|
||||
// ),
|
||||
_tile(
|
||||
icon: Icons.group_add,
|
||||
title: "Refer a Friend",
|
||||
onTap: () => Get.to(
|
||||
() => ReferEarnScreen(),
|
||||
// transition: Transition.fade, // or any style you like
|
||||
// duration: Duration(milliseconds: 400),
|
||||
),
|
||||
),
|
||||
],
|
||||
),
|
||||
|
||||
@@ -347,6 +338,17 @@ class _AccountPageState extends State<AccountPage> {
|
||||
// duration: Duration(milliseconds: 400),
|
||||
),
|
||||
|
||||
),
|
||||
_divider(),
|
||||
_tile(
|
||||
icon: Icons.question_answer,
|
||||
title: "Faq",
|
||||
onTap: () => Get.to(
|
||||
() => FaqView(),
|
||||
// transition: Transition.fade, // or any transition you like
|
||||
// duration: Duration(milliseconds: 400),
|
||||
),
|
||||
|
||||
),
|
||||
_divider(),
|
||||
_tile(
|
||||
|
||||
Reference in New Issue
Block a user