enable risk radar button
This commit is contained in:
parent
58385e40cc
commit
3a0501a14a
|
|
@ -61,7 +61,7 @@ class LogoAppBar extends StatelessWidget {
|
||||||
enabled: true,
|
enabled: true,
|
||||||
onTap: () {
|
onTap: () {
|
||||||
launchUrlString(
|
launchUrlString(
|
||||||
'https://trend.irfartak.com/',
|
'https://trend.didvan.app/',
|
||||||
mode: LaunchMode.inAppWebView,
|
mode: LaunchMode.inAppWebView,
|
||||||
);
|
);
|
||||||
},
|
},
|
||||||
|
|
@ -76,7 +76,13 @@ class LogoAppBar extends StatelessWidget {
|
||||||
_BottomSheetItem(
|
_BottomSheetItem(
|
||||||
icon: Assets.riskRadarIcon,
|
icon: Assets.riskRadarIcon,
|
||||||
title: 'رادار ریسک',
|
title: 'رادار ریسک',
|
||||||
onTap: () {},
|
enabled: true,
|
||||||
|
onTap: () {
|
||||||
|
launchUrlString(
|
||||||
|
'https://risk.didvan.app/',
|
||||||
|
mode: LaunchMode.inAppWebView,
|
||||||
|
);
|
||||||
|
},
|
||||||
),
|
),
|
||||||
const SizedBox(height: 16),
|
const SizedBox(height: 16),
|
||||||
_BottomSheetItem(
|
_BottomSheetItem(
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue