Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 1.26 KB

README.md

File metadata and controls

27 lines (16 loc) · 1.26 KB

TODO Application with HiveDB and Dynamic Theme Support

We can manage our daily TODOS using this app. This app persists the data even after the app restarts, and for this data persistency, we are using HiveDB. The app also has a feature of dynamic theme, that is to say we can change the theme of the app dynamically from light to dark and vise versa. For the state managment, we are using Provider+ChangeNotifier in the application.

Some screenshots from the application

Light theme - Task screen

Dark theme - Task screen

Light theme - Add Task model

Dark theme - Add Task Model

Light theme drawer

Dark theme drawer