{"id":26382911,"url":"https://github.com/minikin/flutter-web-demo","last_synced_at":"2025-07-29T19:06:02.190Z","repository":{"id":36661071,"uuid":"185554232","full_name":"minikin/flutter-web-demo","owner":"minikin","description":"🌍 Responsive web app powered by Flutter and Dart","archived":false,"fork":false,"pushed_at":"2024-04-23T11:39:45.000Z","size":35723,"stargazers_count":210,"open_issues_count":0,"forks_count":51,"subscribers_count":6,"default_branch":"main","last_synced_at":"2025-07-24T15:42:59.241Z","etag":null,"topics":["cross-platform","dart","flutter","flutter-examples","html","javascript","responsive","web","website"],"latest_commit_sha":null,"homepage":"https://minikin.github.io/flutter-web-demo","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/minikin.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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},"funding":{"patreon":"minikin"}},"created_at":"2019-05-08T07:24:41.000Z","updated_at":"2025-03-11T15:25:37.000Z","dependencies_parsed_at":"2024-04-23T13:03:38.870Z","dependency_job_id":null,"html_url":"https://github.com/minikin/flutter-web-demo","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/minikin/flutter-web-demo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/minikin%2Fflutter-web-demo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/minikin%2Fflutter-web-demo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/minikin%2Fflutter-web-demo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/minikin%2Fflutter-web-demo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/minikin","download_url":"https://codeload.github.com/minikin/flutter-web-demo/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/minikin%2Fflutter-web-demo/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267738265,"owners_count":24136720,"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-07-29T02:00:12.549Z","response_time":2574,"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":["cross-platform","dart","flutter","flutter-examples","html","javascript","responsive","web","website"],"created_at":"2025-03-17T06:19:26.621Z","updated_at":"2025-07-29T19:06:02.043Z","avatar_url":"https://github.com/minikin.png","language":"C++","funding_links":["https://patreon.com/minikin"],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003e\n  \u003ca href=\"https://github.com/minikin/flutter-web-demo\"\u003e\n   Flutter Web App Demo\n  \u003c/a\u003e\n\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\n  Responsive web app powered by Flutter and Dart.\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://github.com/minikin/flutter-web-demo/blob/master/LICENSE\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/license-MIT-blue.svg\" alt=\"Flutter Web App Demo is released under the MIT license.\" /\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://github.com/minikin/flutter-web-demo/actions/workflows/ci.yml\"\u003e\n    \u003cimg src=\"https://github.com/minikin/flutter-web-demo/actions/workflows/ci.yml/badge.svg\" alt=\"Current Build Status.\" /\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://github.com/minikin/flutter-web-demo/blob/master/CONTRIBUTING.md\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/PRs-welcome-brightgreen.svg\" alt=\"PRs welcome!\" /\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n## Contents\n\n- [Contents](#contents)\n- [📋 Features](#-features)\n- [⚙️ Requirements](#️-requirements)\n- [🎉 Develop](#-develop)\n- [👷‍ Building with the production JavaScript compiler](#-building-with-the-production-javascript-compiler)\n- [🤷 Support](#-support)\n- [📄 License](#-license)\n\n## 📋 Features\n\n- photos fetched from a [remote free server](https://picsum.photos/)\n- infinity scrolling\n- responsive to screen size changes including mobile device orientation changes\n- powered by [build_value](https://pub.dev/packages/built_value) and [built_collection](https://pub.dev/packages/built_collection)\n- background JSON parsing\n\n## ⚙️ Requirements\n\n- Flutter: 3.3.0+\n- Dart: 2.18.0+\n- Flutter \u0026 Dart plugins:\n  - [Visual Studio Code](https://flutter.dev/docs/get-started/editor?tab=androidstudio)\n  - [Android Studio / IntelliJ](https://flutter.dev/docs/get-started/editor?tab=vscode)\n\n## 🎉 Develop\n\nRun you app in Chrome\n\n```sh\nflutter run -d chrome\n```\n\nTo hot restart (and rebuild state), press \"R\".\n\n## 👷‍ Building with the production JavaScript compiler\n\nTo enable the release compiler, run.\n\n```sh\nflutter build web \u0026\u0026 cp -R build/web/ docs\n```\n\nThis will create a `build/web` directory with index.html, main.dart.js and the rest of the files needed to run\nthe application using a static HTTP server.\n\n## 🤷 Support\n\nPost issues and feature requests on the GitHub [issue tracker](https://github.com/minikin/flutter-web-demo/issues).\n\n## 📄 License\n\nFlutter Web App Demo is available under the MIT license.\nSee the [LICENSE](https://github.com/minikin/flutter-web-demo/blob/master/LICENSE) file for more info.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fminikin%2Fflutter-web-demo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fminikin%2Fflutter-web-demo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fminikin%2Fflutter-web-demo/lists"}