{"id":23653102,"url":"https://github.com/kacianoghelere/crypto_dashboard","last_synced_at":"2026-05-01T02:31:26.328Z","repository":{"id":269105098,"uuid":"906439695","full_name":"kacianoghelere/crypto_dashboard","owner":"kacianoghelere","description":"A crypto currency pricing dashboard.","archived":false,"fork":false,"pushed_at":"2024-12-20T23:21:32.000Z","size":276,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-10T03:49:36.446Z","etag":null,"topics":["command-pattern","crypto","cryptocurrency","dart","dashboard","dio","flutter","mvvm","result-pattern"],"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/kacianoghelere.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-12-20T23:13:50.000Z","updated_at":"2024-12-21T07:15:05.000Z","dependencies_parsed_at":null,"dependency_job_id":"048b69b2-45f1-4a61-a6f3-47f4134df12e","html_url":"https://github.com/kacianoghelere/crypto_dashboard","commit_stats":null,"previous_names":["kacianoghelere/crypto_dashboard"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/kacianoghelere/crypto_dashboard","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kacianoghelere%2Fcrypto_dashboard","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kacianoghelere%2Fcrypto_dashboard/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kacianoghelere%2Fcrypto_dashboard/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kacianoghelere%2Fcrypto_dashboard/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kacianoghelere","download_url":"https://codeload.github.com/kacianoghelere/crypto_dashboard/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kacianoghelere%2Fcrypto_dashboard/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32483406,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"online","status_checked_at":"2026-05-01T02:00:05.856Z","response_time":64,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["command-pattern","crypto","cryptocurrency","dart","dashboard","dio","flutter","mvvm","result-pattern"],"created_at":"2024-12-28T17:51:18.612Z","updated_at":"2026-05-01T02:31:26.308Z","avatar_url":"https://github.com/kacianoghelere.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"# crypto_dashboard\nA crypto currency pricing dashboard built based on the article [Architecting Flutter Apps the Right Way: A Practical Guide with Command Pattern and MVVM](https://hapkiduki.medium.com/architecting-flutter-apps-the-right-way-a-practical-guide-with-command-pattern-and-mvvm-55fbff068186) by @Hapkiduki.\n\nThis project aims to reproduce the new architecture proposition made by the Flutter Dev team.\n\n## Project structure\n```\nlib/\n├── app\n│   ├── app.dart\n│   ├── features\n│   │   └── crypto\n│   │       ├── data\n│   │       │   ├── models\n│   │       │   │   ├── crypto_currency.dart\n│   │       │   │   └── price.dart\n│   │       │   └── repositories\n│   │       │       ├── crypto_repository.dart\n│   │       │       └── crypto_repository_impl.dart\n│   │       ├── domain\n│   │       │   └── usecases\n│   │       │       ├── get_crypto_currencies_usecase.dart\n│   │       │       └── subscribe_to_price_updates_usecase.dart\n│   │       ├── view\n│   │       │   └── crypto_list_screen.dart\n│   │       ├── view_models\n│   │       │   └── crypto_view_model.dart\n│   │       └── widgets\n│   │           └── crypto_card.dart\n│   └── shared\n│       └── core\n│           ├── base_use_case.dart\n│           ├── command.dart\n│           ├── result.dart\n│           └── stream_command.dart\n└── main.dart\n```\n\n![image](https://github.com/user-attachments/assets/e65807b8-3fb0-420f-b820-ed8536e2aa08)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkacianoghelere%2Fcrypto_dashboard","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkacianoghelere%2Fcrypto_dashboard","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkacianoghelere%2Fcrypto_dashboard/lists"}