|
|
@ -110,7 +110,9 @@ class _HomePageState extends State<HomePage>
|
|
|
|
right: 32.w,
|
|
|
|
right: 32.w,
|
|
|
|
left: 32.w,
|
|
|
|
left: 32.w,
|
|
|
|
bottom: 20.w),
|
|
|
|
bottom: 20.w),
|
|
|
|
child: Row(crossAxisAlignment: CrossAxisAlignment.center, children: [
|
|
|
|
child: Row(
|
|
|
|
|
|
|
|
crossAxisAlignment: CrossAxisAlignment.center,
|
|
|
|
|
|
|
|
children: [
|
|
|
|
// if (appProvider.location != null)
|
|
|
|
// if (appProvider.location != null)
|
|
|
|
Image.asset(
|
|
|
|
Image.asset(
|
|
|
|
Assets.home.icLocation.path,
|
|
|
|
Assets.home.icLocation.path,
|
|
|
@ -168,8 +170,10 @@ class _HomePageState extends State<HomePage>
|
|
|
|
},
|
|
|
|
},
|
|
|
|
child: Image.asset(Assets.home.icMessage.path,
|
|
|
|
child: Image.asset(Assets.home.icMessage.path,
|
|
|
|
height: 48.w, width: 48.w),
|
|
|
|
height: 48.w, width: 48.w),
|
|
|
|
)),
|
|
|
|
),
|
|
|
|
]),
|
|
|
|
),
|
|
|
|
|
|
|
|
],
|
|
|
|
|
|
|
|
),
|
|
|
|
);
|
|
|
|
);
|
|
|
|
return AnnotatedRegion<SystemUiOverlayStyle>(
|
|
|
|
return AnnotatedRegion<SystemUiOverlayStyle>(
|
|
|
|
value: SystemUiOverlayStyle.dark,
|
|
|
|
value: SystemUiOverlayStyle.dark,
|
|
|
@ -359,7 +363,8 @@ class _HomePageState extends State<HomePage>
|
|
|
|
),
|
|
|
|
),
|
|
|
|
),
|
|
|
|
),
|
|
|
|
onTap: () async {
|
|
|
|
onTap: () async {
|
|
|
|
Get.to(AdvicePage(type: AdviceType.SUGGESTION));
|
|
|
|
Get.to(AdvicePage(
|
|
|
|
|
|
|
|
type: AdviceType.SUGGESTION));
|
|
|
|
},
|
|
|
|
},
|
|
|
|
),
|
|
|
|
),
|
|
|
|
)
|
|
|
|
)
|
|
|
|