3 |
4 |

5 |
6 |
9 |
10 | A minimalistic `TODO` app built with **`Flutter`**. State management is handled by **`Riverpod`**, and local databases **`Isar`** and **`Hive`** provide efficient data storage. The project follows **`Clean Architecture`** principles for a modular codebase.
11 |
12 | [](https://flutter.dev/)
13 | 
14 | [](https://opensource.org/licenses/MIT)
15 |
16 | **`Don't forget to ⭐ the repo`**
17 |
18 | 
19 | 
20 |
21 |
22 |
23 | 
24 |
25 | > [!Note]
26 | > This project is not completed yet, as soon as possible when it's complete I will update it here. Stay tuned for more exciting updates!
27 |
28 | > [!Tip]
29 | > The `Isar` database implementation is in `new-isar` branch and the `Hive` database implementation is in `new-hive` branch.
30 |
31 | ## Features
32 |
33 | - [x] Task creation.
34 | - [x] Task editing.
35 | - [x] Task deletion.
36 | - [x] Task completion tracking.
37 | - [x] Local data base (Isar / Hive)
38 | - [x] Custom search bar
39 | - [x] Custom Bottom navigation bar
40 | - [ ] Sync across devices.
41 | - [ ] Customizable labels and tags.
42 | - [ ] Customizable settings.
43 |
44 | and much more...
45 | Check it yourself :)
46 |
47 |
48 | ## Screenshots
49 |
50 |