{"id":19634659,"url":"https://github.com/tpal-dev/flutter_scaffold_clean_architecture_app","last_synced_at":"2026-05-16T22:36:00.044Z","repository":{"id":220791054,"uuid":"478470091","full_name":"tpal-dev/Flutter_Scaffold_Clean_Architecture_App","owner":"tpal-dev","description":"Flutter scaffold app: Clean Architecture, BLoC, Freezed, DIO HTTP get request + unit tests.","archived":false,"fork":false,"pushed_at":"2022-07-12T12:43:51.000Z","size":145,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-06T18:06:02.666Z","etag":null,"topics":["bloc","clean-architecture","dart","dependency-injection","dio","flutter","freezed","scaffold-template","tdd","unit-testing"],"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/tpal-dev.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}},"created_at":"2022-04-06T08:28:18.000Z","updated_at":"2023-02-20T06:36:28.000Z","dependencies_parsed_at":"2024-02-04T11:42:18.273Z","dependency_job_id":"a000eccf-de76-439f-902a-94a728f17927","html_url":"https://github.com/tpal-dev/Flutter_Scaffold_Clean_Architecture_App","commit_stats":null,"previous_names":["tpal-dev/flutter_scaffold_clean_architecture_app"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/tpal-dev/Flutter_Scaffold_Clean_Architecture_App","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tpal-dev%2FFlutter_Scaffold_Clean_Architecture_App","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tpal-dev%2FFlutter_Scaffold_Clean_Architecture_App/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tpal-dev%2FFlutter_Scaffold_Clean_Architecture_App/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tpal-dev%2FFlutter_Scaffold_Clean_Architecture_App/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tpal-dev","download_url":"https://codeload.github.com/tpal-dev/Flutter_Scaffold_Clean_Architecture_App/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tpal-dev%2FFlutter_Scaffold_Clean_Architecture_App/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33121341,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-16T18:38:32.183Z","status":"ssl_error","status_checked_at":"2026-05-16T18:38:29.903Z","response_time":115,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["bloc","clean-architecture","dart","dependency-injection","dio","flutter","freezed","scaffold-template","tdd","unit-testing"],"created_at":"2024-11-11T12:22:16.346Z","updated_at":"2026-05-16T22:36:00.026Z","avatar_url":"https://github.com/tpal-dev.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Sample clean architecture app \n\n## About 📱\n\nProject include\n- clean architecture,\n- freezed,\n- bloc,\n- get_it \n- dio with error handling\n- unit tests: mocktail + bloc_test\n\n## Useful Resources 🧑🏼‍🎓\n\nClean Architecture:\n- https://www.youtube.com/watch?v=KjE2IDphA_U\u0026list=PLB6lc7nQ1n4iYGE_khpXRdJkJEp9WOech\n- https://resocoder.com/2019/08/27/flutter-tdd-clean-architecture-course-1-explanation-project-structure/\n- https://blog.cleancoder.com/uncle-bob/2012/08/13/the-clean-architecture.html\n\nFreezed: \n- https://pub.dev/packages/freezed\n- https://www.youtube.com/watch?v=dUc95hhAWLo\n- https://www.youtube.com/watch?v=K1wGwS0kLjI\n\nBloc: \n- https://pub.dev/packages/flutter_bloc\n- https://bloclibrary.dev/#/\n- https://www.youtube.com/watch?v=THCkkQ-V1-8\n\nGet_it: \n- https://pub.dev/packages/get_it\n- https://www.youtube.com/watch?v=f9XQD5mf6FY\n\nDio: \n- https://pub.dev/packages/dio\n\nMocktail: \n- https://pub.dev/packages/mocktail\n- https://fredgrott.medium.com/easy-mocking-with-mocktail-f3fd10a1eecd\n\nBloc_test: \n- https://pub.dev/packages/bloc_test\n- https://www.youtube.com/watch?v=S6jFBiiP0Mc\n\nEither class - Functional programing: \n- https://medium.com/nerd-for-tech/better-error-handling-with-either-type-in-dart-b91bef20d716\n\n\n\n## Project structure\n\n```\n📦lib\n ┣ 📂core\n ┃ ┣ 📂api\n ┃ ┃ ┣ 📜error_handler.dart\n ┃ ┃ ┗ 📜http_client.dart\n ┃ ┣ 📂const\n ┃ ┃ ┣ 📜app_colors.dart\n ┃ ┃ ┣ 📜app_text_styles.dart\n ┃ ┃ ┣ 📜app_themes.dart\n ┃ ┃ ┗ 📜image_resources.dart\n ┃ ┣ 📂either\n ┃ ┃ ┣ 📜either.dart\n ┃ ┃ ┗ 📜either.freezed.dart\n ┃ ┣ 📂error\n ┃ ┃ ┣ 📜failure.dart\n ┃ ┃ ┗ 📜failure.freezed.dart\n ┃ ┣ 📂presentation\n ┃ ┃ ┣ 📂routes\n ┃ ┃ ┃ ┗ 📜.gitkeep\n ┃ ┃ ┗ 📂widgets\n ┃ ┃ ┃ ┗ 📜app_snackbar.dart\n ┃ ┗ 📜dependencies.dart\n ┣ 📂features\n ┃ ┗ 📂sample\n ┃ ┃ ┣ 📂data\n ┃ ┃ ┃ ┣ 📂datasources\n ┃ ┃ ┃ ┃ ┗ 📜post_remote_data_source.dart\n ┃ ┃ ┃ ┣ 📂models\n ┃ ┃ ┃ ┃ ┣ 📜post_model.dart\n ┃ ┃ ┃ ┃ ┣ 📜post_model.freezed.dart\n ┃ ┃ ┃ ┃ ┗ 📜post_model.g.dart\n ┃ ┃ ┃ ┗ 📂repositories\n ┃ ┃ ┃ ┃ ┗ 📜post_repository_impl.dart\n ┃ ┃ ┣ 📂domain\n ┃ ┃ ┃ ┣ 📂entities\n ┃ ┃ ┃ ┃ ┗ 📜post_entity.dart\n ┃ ┃ ┃ ┣ 📂repositories\n ┃ ┃ ┃ ┃ ┗ 📜post_repository.dart\n ┃ ┃ ┃ ┗ 📂usecases\n ┃ ┃ ┃ ┃ ┗ 📜get_post_usecase.dart\n ┃ ┃ ┣ 📂presentation\n ┃ ┃ ┃ ┣ 📂cubit\n ┃ ┃ ┃ ┃ ┣ 📜post_cubit.dart\n ┃ ┃ ┃ ┃ ┣ 📜post_cubit.freezed.dart\n ┃ ┃ ┃ ┃ ┗ 📜post_state.dart\n ┃ ┃ ┃ ┣ 📂pages\n ┃ ┃ ┃ ┃ ┗ 📜sample_page.dart\n ┃ ┃ ┃ ┗ 📂widgets\n ┃ ┃ ┃ ┃ ┣ 📜.gitkeep\n ┃ ┃ ┃ ┃ ┗ 📜post_loaded.dart\n ┃ ┃ ┗ 📜dependencies.dart\n ┣ 📜app.dart\n ┣ 📜bootstrap.dart\n ┣ 📜dependencies.dart\n ┗ 📜main.dart\n ```\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftpal-dev%2Fflutter_scaffold_clean_architecture_app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftpal-dev%2Fflutter_scaffold_clean_architecture_app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftpal-dev%2Fflutter_scaffold_clean_architecture_app/lists"}