add more icons for initial expense categories
I would also add icons for sports, health, training.
Yes, I agree that this is a much needed improvement. We'll schedule it for sure
Hi @fracaiazMaffle can you maybe propose a list of icons missing that we could add, if you have time.
Here you can find and browse the list of icons available by material design: https://api.flutter.dev/flutter/material/Icons-class.html
Hi everyone, this issue was not updated so I'll answer with a set of icons that could be useful to have.
const Map<String, IconData> iconList = {
'movie': Icons.movie,
'medical_services': Icons.medical_services,
'school': Icons.school,
'checkroom': Icons.checkroom,
'receipt': Icons.receipt,
'devices': Icons.devices,
'pets': Icons.pets,
'fitness_center': Icons.fitness_center,
'card_giftcard': Icons.card_giftcard,
'savings': Icons.savings,
};
Maybe a new set of colors could also help to differentiate categories:
const category10 = Color(0xFF8B4513);
const category11 = Color(0xFF00FA9A);
const category12 = Color(0xFF4682B4);
const category13 = Color(0xFFFF69B4);
const category14 = Color(0xFF2E8B57);
const category15 = Color(0xFF6A5ACD);
const category16 = Color(0xFFDC143C);
const category17 = Color(0xFF40E0D0);
Hope it helps!
If no one is assigned to this, I will try to start working on it next weekend.
I can do it too, I was waiting for a response from the design team. Maybe they want to add more icons/colors.
The code I've written above is ready to be pasted inside the app.
Yes guys, go ahead with the icon added. I'ma working for the colors right now. I will provide them to you asap
@theperu see issue 424 https://github.com/orgs/RIP-Comm/projects/7/views/1?pane=issue&itemId=106435697&issue=RIP-Comm%7Csossoldi%7C424
Closing this since we will track the same issue on the one mentioned by Federico