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

Light and dark theme switching option should be in Settings page #16

Open hasancse91 opened 2 years ago

hasancse91 commented 2 years ago

There is an option in settings page to set theme. Show a pop-up dialog to show these 3 options:

  1. Light
  2. Dark
  3. System Default

Two buttons: Cancel, OK.

This theme information should be stored in preference.

hasancse91 commented 2 years ago

@AliAkberAakash Issue description updated. Also master is updated. Please update your feature branch.