{"id":23869154,"url":"https://github.com/extrawest/flutterflow-responsive-web-showcase","last_synced_at":"2026-05-18T07:32:12.135Z","repository":{"id":160093089,"uuid":"630884072","full_name":"extrawest/flutterflow-responsive-web-showcase","owner":"extrawest","description":"This project is a FlutterFlow showcase app with the following features: Responsive Design, REST API, Master-Detail Flow, Animation, and Custom Page Transitions.","archived":false,"fork":false,"pushed_at":"2023-05-17T18:44:19.000Z","size":432,"stargazers_count":2,"open_issues_count":0,"forks_count":2,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-11-13T07:17:10.204Z","etag":null,"topics":["animation","custom-page-transition","flutter","flutterflow","master-detail","responsive-design","responsive-web-design","rest-api"],"latest_commit_sha":null,"homepage":"https://main--ornate-licorice-ac07bd.netlify.app/","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/extrawest.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":"2023-04-21T11:29:10.000Z","updated_at":"2025-04-17T07:20:57.000Z","dependencies_parsed_at":null,"dependency_job_id":"a8addc33-6eee-463c-81e3-2642b4db3a77","html_url":"https://github.com/extrawest/flutterflow-responsive-web-showcase","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/extrawest/flutterflow-responsive-web-showcase","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/extrawest%2Fflutterflow-responsive-web-showcase","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/extrawest%2Fflutterflow-responsive-web-showcase/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/extrawest%2Fflutterflow-responsive-web-showcase/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/extrawest%2Fflutterflow-responsive-web-showcase/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/extrawest","download_url":"https://codeload.github.com/extrawest/flutterflow-responsive-web-showcase/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/extrawest%2Fflutterflow-responsive-web-showcase/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33169205,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-18T05:43:36.989Z","status":"ssl_error","status_checked_at":"2026-05-18T05:43:19.133Z","response_time":71,"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":["animation","custom-page-transition","flutter","flutterflow","master-detail","responsive-design","responsive-web-design","rest-api"],"created_at":"2025-01-03T12:16:13.861Z","updated_at":"2026-05-18T07:32:12.112Z","avatar_url":"https://github.com/extrawest.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"# FlutterFlow Responsive Web Showcase\n\n[![Maintanence](https://img.shields.io/badge/Maintenance-yes-blue.svg)]()\n[![Ask Me Anything !](https://img.shields.io/badge/Ask%20me-anything-1abc9c.svg)]()\n![GitHub license](https://img.shields.io/github/license/Naereen/StrapDown.js.svg)\n![GitHub release](https://img.shields.io/badge/release-v1.0.0-blue)\n![Supported Platforms](https://img.shields.io/badge/Platform-Android%20|%20iOS%20|%20Web%20%20-blue.svg?logo=flutter)\n[![View DEMO](https://img.shields.io/badge/VIEW-DEMO-lightgreen.svg)](https://volkhov-map.web.app)\n![FlutterFlow](https://img.shields.io/badge/FlutterFlow-6E61FA.svg?logo=flutter)\n\n## Project info \n- This project is a FlutterFlow showcase app with the following features: Responsive Design, REST API, Master-Detail Flow, Animation, and Custom Page Transitions.\n- The app runs on Android, iOS and Web.\n- The app is built using Flutter stable and latest Dart version.\n- The app is built using the FlutterFlow\n\n## Demo\n[FlutterFlow responsive WEB showcase](https://main--ornate-licorice-ac07bd.netlify.app/)\n\n\nhttps://github.com/extrawest/flutterflow-responsive-web-showcase/assets/129328468/cf64d727-2dae-4bdf-81a3-2d77aacd1c9f\n\n\n\n## How to run the app\n- **Clone the project.**\n```shell\ngit clone https://github.com/extrawest/flutterflow-responsive-web-showcase.git\n```\n- **Open the project.**\n```shell\ncd your_name_here\n```\n- **Get packages.**\n```shell\nflutter pub get\n```\n- **Configure firebase project with flutterfire.**\n```shell\nflutterfire configure\n```\n\n\nAt this point you should be able to run the app on your device or emulator.\n\n\n## Firebase hosting\n\n1. In order to deploy this app to Firebase hosting, follow these commands\n\n- **Login to firebase.**\n```shell\nfirebase login\n```\n- **Initialize firebase.**\n```shell\nfirebase init\n```\n- **Choose account, then choose Hosting as an option.**\n- **Select Firebase project**\n- **Select public directory for your hosting**\nbuild/web (default)\n- **Configure as a single-page app**\n- **Build the project if you haven't yet**\n```shell\nflutter build web\n```\n- **Deploy to firebase.**\n```shell\nfirebase deploy\n```\n\n\nCreated by **Ruslan Volkhov**\n\n[Extrawest.com](https://www.extrawest.com), 2023\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fextrawest%2Fflutterflow-responsive-web-showcase","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fextrawest%2Fflutterflow-responsive-web-showcase","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fextrawest%2Fflutterflow-responsive-web-showcase/lists"}