{"id":22358195,"url":"https://github.com/cuunoong/todo-tutorial","last_synced_at":"2025-07-30T12:31:24.559Z","repository":{"id":264459000,"uuid":"893436974","full_name":"cuunoong/todo-tutorial","owner":"cuunoong","description":"🚀 Cara Cepat dan Mudah Bikin Todo App Flutter Seperti Pro dengan Supabase dan FCA-CLI","archived":false,"fork":false,"pushed_at":"2024-11-24T12:58:56.000Z","size":0,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-11-24T13:42:06.866Z","etag":null,"topics":["clean-architecture","flutter","tutorial"],"latest_commit_sha":null,"homepage":"https://youtu.be/hCmsU81MlwA","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/cuunoong.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":"2024-11-24T12:57:52.000Z","updated_at":"2024-11-24T13:01:16.000Z","dependencies_parsed_at":"2024-11-24T15:15:12.609Z","dependency_job_id":null,"html_url":"https://github.com/cuunoong/todo-tutorial","commit_stats":null,"previous_names":["cuunoong/todo-tutorial"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cuunoong%2Ftodo-tutorial","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cuunoong%2Ftodo-tutorial/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cuunoong%2Ftodo-tutorial/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cuunoong%2Ftodo-tutorial/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cuunoong","download_url":"https://codeload.github.com/cuunoong/todo-tutorial/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":228133498,"owners_count":17874508,"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","flutter","tutorial"],"created_at":"2024-12-04T14:54:36.765Z","updated_at":"2024-12-04T14:54:37.418Z","avatar_url":"https://github.com/cuunoong.png","language":"Dart","readme":"# Todo App Flutter with Supabase and FCA-CLI\n\n🎥 **Watch the Full Tutorial on YouTube:**  \n[![Watch on YouTube](https://img.youtube.com/vi/hCmsU81MlwA/maxresdefault.jpg)](https://youtu.be/hCmsU81MlwA)\n\nTutorial project for building a **Todo App** using **Supabase** and **FCA-CLI** with a **Clean Architecture** approach.\n\n## Features\n\n-   **Clean Architecture** structure using FCA-CLI.\n-   **Supabase** integration for database CRUD operations.\n-   Simple, scalable, and professional codebase.\n\n## Prerequisites\n\n1. [FCA-CLI](https://www.npmjs.com/package/fca-cli)\n2. [Supabase](https://supabase.com/docs) account and API keys.\n3. Flutter SDK and NPM installed on your machine.\n\n## Getting Started\n\n### Step 1: Clone the Repository\n\n```bash\ngit clone https://github.com/cuunoong/todo-tutorial\ncd todo-tutorial\n```\n\n### Step 2: Install Dependencies\n\nRun the following command to get all dependencies:\n\n```bash\nflutter pub get\n```\n\n### Step 3: Set Up Supabase\n\n1. Create a project in Supabase.\n2. Set up your database schema for the Todo app.\n3. Copy your API keys and set them in your `lib/core/dependencies/dependencies_main.dart` file.\n\n```dart\n    await Supabase.initialize(\n        url: \"YOUR_SUPABASE_URL\",\n        anonKey: \"YOUR_SUPABAES_ANON_KEY\",\n    );\n```\n\n### Step 4: Run the App\n\nRun the app on your emulator or physical device:\n\n```bash\nflutter run\n```\n\n## Resources\n\n-   [FCA-CLI](https://www.npmjs.com/package/fca-cli)\n-   [Supabase Documentation](https://supabase.com/docs)\n\n## Support\n\nFor questions or requests, feel free to reach out via email: [arif19iskandar@gmail.com](mailto:arif19iskandar@gmail.com).\n\n## Social Media\n\n-   TikTok: [@cuunoong](https://tiktok.com/@cuunoong)\n-   Instagram: [@cuunoong](https://instagram.com/cuunoong)\n\n## Contributing\n\nFeel free to fork the repository and submit a pull request for improvements.\n\n## License\n\nThis project is licensed under the [MIT License](LICENSE).\n\n---\n\nThank you for checking out this project! Don’t forget to **star** the repo if you find it useful.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcuunoong%2Ftodo-tutorial","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcuunoong%2Ftodo-tutorial","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcuunoong%2Ftodo-tutorial/lists"}