Open AliAkberAakash opened 2 years ago
We need more flexibility to manage every widget color of the app. Cannot rely on GetX's basic theme changing. Please update your PR to achieve more customization option. For example below screenshots. item card's background should be dark color and text should be light color.
Here the background color of the cards are static colors from AppColors file, to make it dynamic we need to use colors from the theme regardless of we use GetX theme or our custom theme class. Should I refactor them to use colors from theme?
Why? (ticket link or issue description)
16
What was done and how?
Theme changing was implemented with GetX
Anything special? (optional)