{"id":17597710,"url":"https://github.com/ivansaul/flutter_todo_app","last_synced_at":"2025-09-03T16:31:20.320Z","repository":{"id":164513576,"uuid":"637944202","full_name":"ivansaul/flutter_todo_app","owner":"ivansaul","description":"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.","archived":false,"fork":false,"pushed_at":"2024-02-14T02:21:17.000Z","size":468,"stargazers_count":37,"open_issues_count":1,"forks_count":3,"subscribers_count":2,"default_branch":"new-isar","last_synced_at":"2024-12-13T22:49:30.731Z","etag":null,"topics":["clean-architecture","dart","flutter","hive","isar","mvc","mvvm","riverpod","todoapp","todolist"],"latest_commit_sha":null,"homepage":"","language":"Dart","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ivansaul.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-05-08T18:43:37.000Z","updated_at":"2024-12-13T16:23:06.000Z","dependencies_parsed_at":"2024-02-14T03:22:05.598Z","dependency_job_id":"29ab6bcb-332c-445e-aaa5-a3579b3d9cc9","html_url":"https://github.com/ivansaul/flutter_todo_app","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ivansaul%2Fflutter_todo_app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ivansaul%2Fflutter_todo_app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ivansaul%2Fflutter_todo_app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ivansaul%2Fflutter_todo_app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ivansaul","download_url":"https://codeload.github.com/ivansaul/flutter_todo_app/tar.gz/refs/heads/new-isar","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":231901522,"owners_count":18443314,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["clean-architecture","dart","flutter","hive","isar","mvc","mvvm","riverpod","todoapp","todolist"],"created_at":"2024-10-22T09:35:13.863Z","updated_at":"2024-12-30T18:37:16.345Z","avatar_url":"https://github.com/ivansaul.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n\u003cdiv align=\"center\"\u003e\n\n\u003cimg width=\"300\" src=\"https://i.imgur.com/03HqEIy.png\"\u003e\n\n\u003ch1 style=\"border-bottom: none\"\u003e\n    \u003cb\u003e\u003ca href=\"#\"\u003eFlutter Todo App\u003c/a\u003e\u003c/b\u003e\n\u003c/h1\u003e\n\nA 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.\n\n[![Made-with-flutter](https://img.shields.io/badge/Made%20with-Flutter-orange)](https://flutter.dev/) \n![GitHub repo size](https://img.shields.io/github/repo-size/ivansaul/flutter_todo_app)\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n\n**`Don't forget to ⭐ the repo`**\n\n![GitHub stars](https://img.shields.io/github/stars/ivansaul/flutter_todo_app?style=social)\n![GitHub forks](https://img.shields.io/github/forks/ivansaul/flutter_todo_app?style=social)\n\n\u003c/div\u003e\n\n![Repo Banner](https://i.imgur.com/ZYLGAGh.png)\n\n\u003e [!Note]\n\u003e 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!\n\n\u003e [!Tip]\n\u003e The `Isar` database implementation is in `new-isar` branch and the `Hive` database implementation is in `new-hive` branch.\n\n## Features\n\n- [x] Task creation.\n- [x] Task editing.\n- [x] Task deletion.\n- [x] Task completion tracking.\n- [x] Local data base (Isar / Hive)\n- [x] Custom search bar\n- [x] Custom Bottom navigation bar\n- [ ] Sync across devices.\n- [ ] Customizable labels and tags.\n- [ ] Customizable settings.\n\nand much more...\nCheck it yourself :)\n\n\n## Screenshots\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://i.imgur.com/39QVqTZ.jpg\" alt=\"Screenshots\"\u003e\n\u003c/p\u003e\n\n## Demo\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://raw.githubusercontent.com/ivansaul/demos/master/flutter/todo-list-app-demo.gif\" alt=\"Demo\"\u003e\n\u003c/p\u003e\n\n## Packages we are using\n\nPackage | Usage\n------------ | -------------\n[isar](https://pub.dev/packages/isar) | Extremely fast, easy to use, and fully async NoSQL database for Flutter.\n[hive](https://pub.dev/packages/hive) | Lightweight and blazing fast key-value database written in pure Dart.\n[uuid](https://pub.dev/packages/uuid) | Generator and Parser for all Dart platforms.\n[riverpod](https://pub.dev/packages/riverpod) | A simple way to access state from anywhere in your application.\n[google_fonts](https://pub.dev/packages/google_fonts) | A Flutter package to use fonts from fonts.google.com.\n[stylish_bottom_bar](https://pub.dev/packages/stylish_bottom_bar) | A collection of stylish bottom navigation bars.\n\n## Design\n\n- [Figma](https://www.figma.com/community/file/1124394532783501567)\n\n## Building from Source\n\n1. If you don't have Flutter SDK installed, please visit official [Flutter](https://flutter.dev/) site.\n2. Fetch latest source code from master branch.\n\n    ```bash\n    git clone https://github.com/ivansaul/flutter_todo_app.git\n    ```\n\n3. Run the app with Android Studio or VS Code. Or the command line.\n\n```bash\ndart pub get\ndart run build_runner watch\nflutter run\n```\n\n## Contribute\n\nContributions are welcome.\n\n## Facing any Issue?\n\nFeel free to open an Issue :)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fivansaul%2Fflutter_todo_app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fivansaul%2Fflutter_todo_app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fivansaul%2Fflutter_todo_app/lists"}