mirror of
https://github.com/twonlyapp/twonly-app.git
synced 2026-01-15 09:08:40 +00:00
add better icon
This commit is contained in:
parent
60574b6f1e
commit
177d76998b
3 changed files with 10 additions and 4 deletions
BIN
assets/icons/flame.png
Normal file
BIN
assets/icons/flame.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 55 KiB |
|
|
@ -186,11 +186,15 @@ class _UserListItem extends State<UserListItem> {
|
|||
style: TextStyle(fontSize: 12),
|
||||
),
|
||||
const SizedBox(width: 3),
|
||||
FaIcon(
|
||||
FontAwesomeIcons.fireFlameCurved,
|
||||
color: const Color.fromARGB(255, 215, 131, 58),
|
||||
size: 10,
|
||||
Image.asset(
|
||||
"assets/icons/flame.png",
|
||||
width: 9,
|
||||
),
|
||||
// FaIcon(
|
||||
// FontAwesomeIcons.fireFlameCurved,
|
||||
// color: const Color.fromARGB(255, 215, 131, 58),
|
||||
// size: 10,
|
||||
// ),
|
||||
],
|
||||
),
|
||||
],
|
||||
|
|
|
|||
|
|
@ -68,6 +68,8 @@ flutter:
|
|||
assets:
|
||||
# Add assets from the images directory to the application.
|
||||
- assets/images/
|
||||
- assets/icons/
|
||||
- assets/icons/flame.png
|
||||
- assets/images/onboarding/01.png
|
||||
- assets/images/onboarding/02.png
|
||||
- assets/images/onboarding/03.png
|
||||
|
|
|
|||
Loading…
Reference in a new issue