{"id":24278316,"url":"https://github.com/harshnarayanjha/codestats_client","last_synced_at":"2026-05-03T23:34:57.932Z","repository":{"id":271984774,"uuid":"915183080","full_name":"HarshNarayanJha/codestats_client","owner":"HarshNarayanJha","description":"An client app to view your Code::Stats data (WIP)","archived":false,"fork":false,"pushed_at":"2025-07-27T12:25:54.000Z","size":6400,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-31T14:42:10.554Z","etag":null,"topics":["android-application","code","codestats","flutter"],"latest_commit_sha":null,"homepage":"https://codestats.net","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/HarshNarayanJha.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,"zenodo":null}},"created_at":"2025-01-11T07:15:33.000Z","updated_at":"2025-07-27T12:25:57.000Z","dependencies_parsed_at":"2025-07-27T14:34:24.632Z","dependency_job_id":null,"html_url":"https://github.com/HarshNarayanJha/codestats_client","commit_stats":null,"previous_names":["harshnarayanjha/codestats_client"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/HarshNarayanJha/codestats_client","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HarshNarayanJha%2Fcodestats_client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HarshNarayanJha%2Fcodestats_client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HarshNarayanJha%2Fcodestats_client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HarshNarayanJha%2Fcodestats_client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/HarshNarayanJha","download_url":"https://codeload.github.com/HarshNarayanJha/codestats_client/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HarshNarayanJha%2Fcodestats_client/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32589262,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-03T22:12:39.696Z","status":"ssl_error","status_checked_at":"2026-05-03T22:09:10.534Z","response_time":103,"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":["android-application","code","codestats","flutter"],"created_at":"2025-01-16T00:33:32.632Z","updated_at":"2026-05-03T23:34:57.916Z","avatar_url":"https://github.com/HarshNarayanJha.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CodeStats Client 📊\n\nA sleek mobile client for viewing your Code::Stats analytics and tracking your coding journey. Currently displays your programming languages, experience levels, XP, and development machines.\n\n## 🚀 Upcoming Features\n\n- [X] User Onboarding\n- [ ] Home Screen Widgets\n- [ ] Top Languages Dashboard\n- [ ] Language Progress Tracking\n- [ ] Activity Heatmap\n- [ ] Machine Statistics\n- [ ] Daily XP Tracking\n- [ ] Streak Notifications\n- [ ] Shareable Achievement Badges\n\n## ⚡️ Quick Links\n\n[Visit Code::Stats](https://codestats.net/) - The original service that powers this client.\n\n\u003e This is a community-built client app created with ❤️ for developers who want to track their coding progress. Not officially affiliated with Code::Stats.\n\n## Get the App\n\nDownload the latest version from our releases section. The app is currently in beta phase.\n\n~~Important: After installation, please navigate to the app settings (top-right corner) to set your username. This is required for the app to load properly - without it, the home screen loading indicator will continue spinning indefinitely.~~\n\nOnboarding has been implemented.\n\n## 📱 Screenshots\n\n\u003cdiv align=\"center\"\u003e\n  \u003cp float=\"left\"\u003e\n    \u003cimg src=\"images/Samsung Galaxy S21 Ultra Screenshot 1.png\" width=\"200px\" alt=\"Home Page\"/\u003e\n    \u003cimg src=\"images/Samsung Galaxy S21 Ultra Screenshot 2.png\" width=\"200px\" alt=\"Languages\"/\u003e\n    \u003cimg src=\"images/machines_light.png\" width=\"200px\" alt=\"Machines\"/\u003e\n    \u003cimg src=\"images/Google Pixel 4 XL Screenshot 2.png\" width=\"200px\" alt=\"Settings\"/\u003e\n    \u003cimg src=\"images/Google Pixel 4 XL Screenshot 1.png\" width=\"200px\" alt=\"Home Dark\"/\u003e\n  \u003c/p\u003e\n  \u003cp\u003e\n    \u003cem\u003eLeft to right: Home Page, Languages, Machines, Settings, Home Page (Dark Mode)\u003c/em\u003e\n  \u003c/p\u003e\n\u003c/div\u003e\n\n\n## Releasing a new version\n\nHow to release a new version\n\n1. Bump version in `pubspec.yaml`\n2. Bump version in `settings_page.dart`, `local.properties` (need to make this automatic)\n3. `git add .`\n4. `git commit -m \"Release vx.y.z\"`\n5. `git tag -a vx.y.z \u003clast_commit_hash\u003e`\n6. `git push --all`\n7. `git push --tags`\n8. `flutter build apk --split-per-abi --release`\n9. Create a new release on GitHub and upload assets\n10. Tell people","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fharshnarayanjha%2Fcodestats_client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fharshnarayanjha%2Fcodestats_client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fharshnarayanjha%2Fcodestats_client/lists"}