flutter_getx_template icon indicating copy to clipboard operation
flutter_getx_template copied to clipboard

Theme change functionality

Open AliAkberAakash opened this issue 3 years ago • 1 comments

Why? (ticket link or issue description)

#16

What was done and how?

Theme changing was implemented with GetX

Anything special? (optional)

AliAkberAakash avatar Dec 14 '21 05:12 AliAkberAakash

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.

Screenshot_20211220-112000 Screenshot_20211220-112302

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?

AliAkberAakash avatar Dec 20 '21 06:12 AliAkberAakash