infiniteoverflow / Flutter-Tutorial-App

An app built using Flutter to learn Flutter.
https://discord.gg/drXQAaGVKJ
GNU General Public License v3.0
4 stars 9 forks source link

Add Option for DarkMode #5

Open infiniteoverflow opened 3 years ago

infiniteoverflow commented 3 years ago

We will be using HiveDB for setting up the LocalStorage of the app. We will use the same for setting the theme of the app too. Refer here for details on how to do it : https://docs.hivedb.dev/#/tutorials/dark_mode_switch

tharunc commented 3 years ago

I would like to work on this Issue as a part of CWOC. Kindly assign me this issue.

            THANK YOU
infiniteoverflow commented 3 years ago

Sure , go ahead. Assigning you.

tharunc commented 3 years ago

@infiniteoverflow Shall I use an AppDrawer for the option of DarkMode ?