mirror of
https://github.com/twonlyapp/twonly-app.git
synced 2026-01-15 10:38:41 +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),
|
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,
|
||||||
|
// ),
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
],
|
],
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue