hasancse91 / flutter_getx_template

A basic boilerplate template for starting a Flutter GetX project. GetX, Dio, MVVM, get CLI, Localization, Pagination etc are implemented.
MIT License
400 stars 146 forks source link

add theme change functionality on settings page #13

Closed AliAkberAakash closed 2 years ago

AliAkberAakash commented 2 years ago

Why? (ticket link or issue description)

11 theme changing functionality was implemented

What was done and how?

Theme change was done using Getx controller and SharedPreferences.

Anything special? (optional)

hasancse91 commented 2 years ago

Did you close this PR intentionally? @AliAkberAakash

AliAkberAakash commented 2 years ago

Yes, need to observe the code a bit more.