Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/extrawest/ev_charging_station_map_demo
Electric Vehicles Charging Station Map Flutter Demo Project
https://github.com/extrawest/ev_charging_station_map_demo
clustering dart demo electric-vehicles-charging ev evc extrawest firebase firebase-hosting flutter flutter-web google-auth google-maps showcase web
Last synced: 4 days ago
JSON representation
Electric Vehicles Charging Station Map Flutter Demo Project
- Host: GitHub
- URL: https://github.com/extrawest/ev_charging_station_map_demo
- Owner: extrawest
- Created: 2024-02-27T12:46:41.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-02-27T19:02:10.000Z (10 months ago)
- Last Synced: 2024-12-17T12:47:25.926Z (21 days ago)
- Topics: clustering, dart, demo, electric-vehicles-charging, ev, evc, extrawest, firebase, firebase-hosting, flutter, flutter-web, google-auth, google-maps, showcase, web
- Language: Dart
- Homepage: https://maps-training-samoilenko.web.app/
- Size: 568 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Samoilenko Maps App
[![Maintanence](https://img.shields.io/badge/Maintenance-yes-blue.svg)]()
[![Codemagic build status](https://api.codemagic.io/apps/63905b4f2551810eda63638f/63905b4f2551810eda63638e/status_badge.svg)](https://codemagic.io/app/63fc69846e27169aa2005e16/build/6405abad783b638b2c4582ce)
[![Ask Me Anything !](https://img.shields.io/badge/Ask%20me-anything-1abc9c.svg)]()
![GitHub license](https://img.shields.io/github/license/Naereen/StrapDown.js.svg)
![GitHub release](https://img.shields.io/badge/release-v1.0.0-blue)
![Supported Platforms](https://img.shields.io/badge/Platform-Android%20|%20iOS%20|%20Web%20%20-blue.svg?logo=flutter)
[![View DEMO](https://img.shields.io/badge/VIEW-DEMO-lightgreen.svg)](https://maps-training-samoilenko.web.app/#/)## Project info
- This project is an app that shows a map with Electric Charging Stations and their information. The app supports station markers clustering.
- The app runs on Android, iOS and Web.
- The app is built using Flutter stable and latest Dart version.
- The app is built using the MVVM architecture.
- The app is built using the BLoC pattern.## Demo
[Stations Map App](https://maps-training-samoilenko.web.app/#/)https://github.com/extrawest/ev_charging_station_map_demo/assets/68539527/859603da-8151-40f7-bcb0-19e59971e5ae
## How to run the app
- **Clone the project.**
```shell
git clone https://github.com/extrawest/ev_charging_station_map_demo.git
```
- **Open the project.**
```shell
cd your_name_here
```
- **Get packages.**
```shell
flutter pub get
```
- **Configure firebase project with flutterfire.**
```shell
flutterfire configure
```
- **Run the app with your api key for the map as additional run argument.**
```
flutter run --dart-define MAP_API_KEY="{YOUR_API_KEY_HERE}"
```At this point you should be able to run the app on your device or emulator.
## Firebase hosting
1. In order to deploy this app to Firebase hosting, follow these commands
- **Login to firebase.**
```shell
firebase login
```
- **Initialize firebase.**
```shell
firebase init
```
- **Choose account, then choose Hosting as an option.**
- **Select Firebase project**
- **Select public directory for your hosting**
build/web (default)
- **Configure as a single-page app**
- **Build the project if you haven't yet**
```shell
flutter build web
```
- **Deploy to firebase.**
```shell
firebase deploy
```Created by **Oleksandr Samoilenko**
[Extrawest.com](https://www.extrawest.com), 2024