{"id":20187991,"url":"https://github.com/arran4/flutter_google_datastore","last_synced_at":"2026-02-04T04:05:57.224Z","repository":{"id":196634301,"uuid":"694688236","full_name":"arran4/flutter_google_datastore","owner":"arran4","description":"Google Datastore and Datastore emulator client for \"easy\" modification of values","archived":false,"fork":false,"pushed_at":"2025-06-20T10:36:16.000Z","size":2851,"stargazers_count":1,"open_issues_count":5,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-19T01:52:45.223Z","etag":null,"topics":["dart","datastore","flutter","google"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/arran4.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":"2023-09-21T13:50:03.000Z","updated_at":"2025-06-20T10:36:17.000Z","dependencies_parsed_at":"2023-09-26T18:00:09.562Z","dependency_job_id":"90ba8357-81a9-4e7c-b5bb-eca982bdb2cb","html_url":"https://github.com/arran4/flutter_google_datastore","commit_stats":null,"previous_names":["arran4/flutter_google_datastore"],"tags_count":38,"template":false,"template_full_name":null,"purl":"pkg:github/arran4/flutter_google_datastore","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arran4%2Fflutter_google_datastore","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arran4%2Fflutter_google_datastore/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arran4%2Fflutter_google_datastore/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arran4%2Fflutter_google_datastore/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/arran4","download_url":"https://codeload.github.com/arran4/flutter_google_datastore/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arran4%2Fflutter_google_datastore/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270639057,"owners_count":24620649,"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","status":"online","status_checked_at":"2025-08-15T02:00:12.559Z","response_time":110,"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":["dart","datastore","flutter","google"],"created_at":"2024-11-14T03:26:54.468Z","updated_at":"2026-02-04T04:05:57.171Z","avatar_url":"https://github.com/arran4.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# flutter_google_datastore\n\n![logo.png](assets/logo.png)\n\n**Flutter Google Datastore** is a cross platform application for exploring and\nediting Google Cloud Datastore.  It started life as a GUI for the Datastore\nemulator but it can also connect to a live Cloud project using your `gcloud`\ncredentials.  The project provides installers for desktop, mobile and web so\nyou can browse your data from almost anywhere.\n\n## Features\n\n* Connect to the Datastore emulator or a real Cloud Datastore instance.\n* Manage multiple projects and authentication profiles.\n* Browse namespaces and kinds with paging support.\n* View, edit and delete entity properties.\n* Download entity properties as JSON or load properties from JSON files.\n\nThe screenshots below show the current user interface in action.  Some rough\nedges remain but the application is fully functional.\n\n![ksnip_20230926-200953.png](images/ksnip_20230926-200953.png)\n\n![ksnip_20230926-201014.png](images/ksnip_20230926-201014.png)\n\n![ksnip_20230926-201027.png](images/ksnip_20230926-201027.png)\n\n![ksnip_20230926-201036.png](images/ksnip_20230926-201036.png)\n\n![ksnip_20230926-210718.png](images/ksnip_20230926-210718.png)\n\n(UI is in need of some adjustments but it works for me right now)\n\n![ksnip_20231114-142327.png](images%2Fksnip_20231114-142327.png)\n\n![ksnip_20231114-142358.png](images%2Fksnip_20231114-142358.png)\n\n![ksnip_20231114-142408.png](images%2Fksnip_20231114-142408.png)\n\n![ksnip_20231114-142542.png](images%2Fksnip_20231114-142542.png)\n\n![ksnip_20231114-142553.png](images%2Fksnip_20231114-142553.png)\n\n![ksnip_20231114-152238.png](images%2Fksnip_20231114-152238.png)\n\n![ksnip_20230926-220928.png](images/ksnip_20230926-220928.png)\n\n\n## Downloads\n\nPre-built packages for Linux, macOS, Windows, Android and iOS are available on\nthe [GitHub releases](https://github.com/arran4/flutter_google_datastore/releases)\npage.\n\n## Building\nThis project uses [FastForge](https://pub.dev/packages/fastforge) (formerly\nFlutter Distributor) to package releases. The workflow in\n`.github/workflows/release.yaml` runs FastForge automatically. For local\nbuilds you can install the tool with `dart pub global activate fastforge` and\ninvoke `fastforge release` for the desired target.\n\n## Roadmap\n* More authentication methods including android compatible Oauth2\n* Ability to create an entity\n* Export and import of multiple types both datastore / could and it's own\n\nThis project was born out of a personal need, and I welcome sponsorship to help enhance and maintain it for a wider audience.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farran4%2Fflutter_google_datastore","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farran4%2Fflutter_google_datastore","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farran4%2Fflutter_google_datastore/lists"}