thisisamank / resizrr

Mobile app to square images by adding padding around it.
MIT License
9 stars 8 forks source link

Add dark mode to app. #4

Closed thisisamank closed 3 years ago

thisisamank commented 3 years ago

Dark mode will look something like this:

Home Screen Filter Screen Edit Screen Main Screen

Hex code for black used: #000000

How to implement dark mode?

  1. Create a class to fetch the current theme state from shared preference. Add methods to read, write & delete data to and from shared preference.
  2. Add a class to contain ThemeData for light and dark mode. Add method to get current theme. Add methods to set light theme and set dark theme. Store the state to shared preference using the above class you created.
adityaraj079 commented 3 years ago

@thisisamank can i work on this issue

apoorva-raj commented 3 years ago

Please assign me this issue !

SushanShakya commented 3 years ago

Hey, would love to work on dark mode.

thisisamank commented 3 years ago

Hi, This issue is already fixed, will add more issues soon :)