{"id":23869126,"url":"https://github.com/extrawest/ev_stations_map_showcase","last_synced_at":"2025-06-28T15:36:29.475Z","repository":{"id":217334209,"uuid":"613895498","full_name":"extrawest/ev_stations_map_showcase","owner":"extrawest","description":"This project is an app that shows a map with Electric Charging Stations and their information. The app supports station markers clustering.","archived":false,"fork":false,"pushed_at":"2024-01-15T16:57:01.000Z","size":3725,"stargazers_count":11,"open_issues_count":0,"forks_count":4,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-12-17T12:47:25.753Z","etag":null,"topics":["clustering","dart","demo","electric-vehicles","electric-vehicles-mobility","ev","extrawest","firebase","firebase-hosting","flutter","flutter-web","flutter-web-example","google-maps","google-maps-api","showcase","web"],"latest_commit_sha":null,"homepage":"https://65a54b6a0a990c199c1bdf7b--glittering-biscotti-471451.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}},"created_at":"2023-03-14T13:40:51.000Z","updated_at":"2024-10-17T09:18:54.000Z","dependencies_parsed_at":"2024-01-15T21:27:28.865Z","dependency_job_id":null,"html_url":"https://github.com/extrawest/ev_stations_map_showcase","commit_stats":null,"previous_names":["extrawest/ev_stations_map_showcase"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/extrawest%2Fev_stations_map_showcase","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/extrawest%2Fev_stations_map_showcase/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/extrawest%2Fev_stations_map_showcase/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/extrawest%2Fev_stations_map_showcase/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/extrawest","download_url":"https://codeload.github.com/extrawest/ev_stations_map_showcase/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":232333551,"owners_count":18507055,"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","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":["clustering","dart","demo","electric-vehicles","electric-vehicles-mobility","ev","extrawest","firebase","firebase-hosting","flutter","flutter-web","flutter-web-example","google-maps","google-maps-api","showcase","web"],"created_at":"2025-01-03T12:16:08.783Z","updated_at":"2025-01-03T12:16:09.251Z","avatar_url":"https://github.com/extrawest.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Flutter Stations Map App\n\n[![Maintanence](https://img.shields.io/badge/Maintenance-yes-blue.svg)]()\n[![Codemagic build status](https://api.codemagic.io/apps/63905b4f2551810eda63638f/63905b4f2551810eda63638e/status_badge.svg)](https://codemagic.io/app/63fc69846e27169aa2005e16/build/6405abad783b638b2c4582ce)\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://65a54b6a0a990c199c1bdf7b--glittering-biscotti-471451.netlify.app/#/)\n\n## Project info \n- This project is an app that shows a map with Electric Charging Stations and their information. The app supports station markers clustering.\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 MVVM architecture.\n- The app is built using the BLoC pattern.\n\n## Demo\n[Stations Map App](https://65a54b6a0a990c199c1bdf7b--glittering-biscotti-471451.netlify.app/#/)\n\n\nhttps://user-images.githubusercontent.com/42183561/225020133-7fe7f918-8110-4b51-8c16-a4fac0bca132.mp4\n\n\n## How to run the app\n- **Clone the project.**\n```shell\ngit clone https://github.com/extrawest/ev_stations_map_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- **Run the app with your api key for the map as additional run argument.**\n```\n    flutter run --dart-define MAP_API_KEY=\"{YOUR_API_KEY_HERE}\"\n```\n\nAt this point you should be able to run the app on your device or emulator.\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%2Fev_stations_map_showcase","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fextrawest%2Fev_stations_map_showcase","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fextrawest%2Fev_stations_map_showcase/lists"}