add better icon

This commit is contained in:
otsmr 2025-02-01 00:50:30 +01:00
parent 60574b6f1e
commit 177d76998b
3 changed files with 10 additions and 4 deletions

BIN
assets/icons/flame.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 55 KiB

View file

@ -186,11 +186,15 @@ class _UserListItem extends State<UserListItem> {
style: TextStyle(fontSize: 12), style: TextStyle(fontSize: 12),
), ),
const SizedBox(width: 3), const SizedBox(width: 3),
FaIcon( Image.asset(
FontAwesomeIcons.fireFlameCurved, "assets/icons/flame.png",
color: const Color.fromARGB(255, 215, 131, 58), width: 9,
size: 10,
), ),
// FaIcon(
// FontAwesomeIcons.fireFlameCurved,
// color: const Color.fromARGB(255, 215, 131, 58),
// size: 10,
// ),
], ],
), ),
], ],

View file

@ -68,6 +68,8 @@ flutter:
assets: assets:
# Add assets from the images directory to the application. # Add assets from the images directory to the application.
- assets/images/ - assets/images/
- assets/icons/
- assets/icons/flame.png
- assets/images/onboarding/01.png - assets/images/onboarding/01.png
- assets/images/onboarding/02.png - assets/images/onboarding/02.png
- assets/images/onboarding/03.png - assets/images/onboarding/03.png