rumaan / nasa_apod_flutter

Flutter App that shows NASA Astronomical Picture of the day (APOD)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support for Dark Mode

rumaan opened this issue · comments

  • Support for Switching between dark and light modes
  • Also better colours (changing the app bar/ background colour based on the image)

Hey, may I work on this issue?

Hey, may I work on this issue?

There was one more person working on this. I'll wait for next 2 days for their PR on this. If none, then you are clear to go ahead with this.

I dark mode toggle switch in the app bar would be ideal and please make sure you de-couple to logic which toggles the theme and the UI into separate classes/files because it might be moved somewhere else in the later stage.