fix font awesome icons use

This commit is contained in:
Yasien Mac Mini 2026-06-01 15:37:27 +02:00
parent 0dc8ac49be
commit 95511fdc99
7 changed files with 12 additions and 12 deletions

View file

@ -177,7 +177,7 @@ class _MihInfoState extends State<MihInfo> {
kIsWeb && (defaultTargetPlatform == TargetPlatform.android);
final isWebIos = kIsWeb && (defaultTargetPlatform == TargetPlatform.iOS);
String btnText = "";
IconData platformIcon;
FaIconData platformIcon;
if (isWebAndroid) {
btnText = "Install MIH";
platformIcon = FontAwesomeIcons.googlePlay;
@ -483,7 +483,7 @@ class _MihInfoState extends State<MihInfo> {
child: Row(
mainAxisAlignment: MainAxisAlignment.center,
children: [
FaIcon(
Icon(
Icons.store,
color: MihColors.primary(),
),
@ -649,7 +649,7 @@ class _MihInfoState extends State<MihInfo> {
child: Row(
mainAxisAlignment: MainAxisAlignment.center,
children: [
FaIcon(
Icon(
Icons.edit,
color: MihColors.primary(),
),