{"id":18308679,"url":"https://github.com/ardriveapp/ardrive-web","last_synced_at":"2026-02-19T02:02:56.141Z","repository":{"id":37077711,"uuid":"277830367","full_name":"ardriveapp/ardrive-web","owner":"ardriveapp","description":"The ArDrive App allows a user to log in to securely view, upload and manage their ArDrive files with their browser or mobile phone.","archived":false,"fork":false,"pushed_at":"2026-02-12T23:20:24.000Z","size":236760,"stargazers_count":69,"open_issues_count":14,"forks_count":20,"subscribers_count":5,"default_branch":"dev","last_synced_at":"2026-02-13T00:54:53.824Z","etag":null,"topics":["arweave","dart","flutter"],"latest_commit_sha":null,"homepage":"https://app.ardrive.io","language":"Dart","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ardriveapp.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2020-07-07T13:53:20.000Z","updated_at":"2026-02-06T21:45:42.000Z","dependencies_parsed_at":"2023-09-26T13:27:34.083Z","dependency_job_id":"71a57b84-2969-40ad-aeac-311a1db6163b","html_url":"https://github.com/ardriveapp/ardrive-web","commit_stats":null,"previous_names":[],"tags_count":211,"template":false,"template_full_name":null,"purl":"pkg:github/ardriveapp/ardrive-web","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ardriveapp%2Fardrive-web","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ardriveapp%2Fardrive-web/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ardriveapp%2Fardrive-web/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ardriveapp%2Fardrive-web/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ardriveapp","download_url":"https://codeload.github.com/ardriveapp/ardrive-web/tar.gz/refs/heads/dev","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ardriveapp%2Fardrive-web/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29600848,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-19T00:59:38.239Z","status":"online","status_checked_at":"2026-02-19T02:00:07.702Z","response_time":117,"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":["arweave","dart","flutter"],"created_at":"2024-11-05T16:08:53.102Z","updated_at":"2026-02-19T02:02:56.125Z","avatar_url":"https://github.com/ardriveapp.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ArDrive Web\n\n![deploy](https://github.com/ardriveapp/ardrive-web/workflows/deploy/badge.svg)\n[![contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat)](https://github.com/ardriveapp/ardrive-web/issues)\n\nThe ArDrive Web App allows a user to log in to securely view, upload and manage their ArDrive files.\n\nHave any questions? Join the ArDrive Discord channel for support, news and updates. https://discord.gg/ya4hf2H\n\n## Setting up the Development Environment\n****\nInstall lefthook for your platform from the intructions [here](https://github.com/evilmartians/lefthook/blob/master/docs/other.md).\nThis will enable the use of git hooks.\nAfter installing lefthook you need to enable it by running:\n\n```shell\nlefthook install\n```\n\nIf your environment is using homebrew, install the Flutter SDK with its cask as shown below. Alternatively, visit the [Flutter Installation Instructions](https://flutter.dev/docs/get-started/install) to get the Flutter SDK up and running for your OS / local setup.\n\n```shell\n# with homebrew\n\nbrew install --cask flutter\n```\n\nThen, generate the package imports with:\n\n```shell\nflutter pub get\n```\nInstall script runner to have access to pubspec scripts\n```\nflutter pub global activate script_runner\n```\n\nMake sure to add scr to your path with ``export``\n\nIn order to run them we need to use ``scr`` plus a ``pubspec.yaml`` script\n\ne.g.to ``check-flutter`` script which checks if we re using the right Flutter version\n```\nscr check-flutter\n```\n\nWhenever changing branches or initially setting up, compile the codebase to resolve errors:\n\n```shell\nflutter pub run build_runner build --delete-conflicting-outputs\n```\n\nThen, to begin code generation and watch for changes, run:\n\n```shell\nflutter packages pub run build_runner watch\n```\n\n### App flavors\n\nThe app has three flavors: `development`, `staging` and `production`. To select one of those, follow the instructions for:\n\n#### Web\n\n```shell\nflutter run -d chrome --dart-define=environment=development\n```\n\nTo run using a production config, just remove the --dart-define argument\n\n```shell\nflutter run -d chrome\n```\n\nor\n\n```shell\nflutter run -d chrome --dart-define=environment=production\n```\n\n#### Mobile\n\n```shell\nflutter run --flavor=development\n```\n\nor\n\n```shell\nflutter run --flavor=production\n```\n\nAll changes made to `dev` will be continuously deployed to [staging.ardrive.io](https://staging.ardrive.io). All PRs from this repo merging into `dev` will trigger a preview build that can be shared freely.\n\n## Release\n\nTo create a release to [app.ardrive.io](https://app.ardrive.io), first merge any changes from `dev` into `master` that are required, and publish a new release through the GitHub UI with the tag name matching the pattern `v*` eg. `v1.0.1`.\n\nThis will trigger a GitHub Action that will deploy `master` to production.\n\n## Using a custom Arweave Gateway URL\n\nYou can use a custom gateway URL by setting the `flutter.arweaveGatewayUrl` key in your browser's Local Storage.\n\nWith the web app opened you can access the browser's JavaScript console to run the follow examples:\n\n```js\n// To set the item. Note that the custom gateway value MUST be wrapped in double quotes\nlocalStorage.setItem('flutter.arweaveGatewayUrl', '\"https://my.custom.url\"');\n\n// To remove it (set the default)\nlocalStorage.removeItem('flutter.arweaveGatewayUrl');\n```\n\nYou may need to reload to apply the change.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fardriveapp%2Fardrive-web","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fardriveapp%2Fardrive-web","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fardriveapp%2Fardrive-web/lists"}