Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/klisiewicz/electric-scooters
A Flutter application for displaying electric scooters' positions on Google Maps.
https://github.com/klisiewicz/electric-scooters
bloc dart dartlang flutter flutter-app flutter-bloc flutter-bloc-pattern flutter-examples flutter-state-management google-maps google-maps-api rest rest-api
Last synced: 3 months ago
JSON representation
A Flutter application for displaying electric scooters' positions on Google Maps.
- Host: GitHub
- URL: https://github.com/klisiewicz/electric-scooters
- Owner: klisiewicz
- Created: 2019-09-30T14:37:27.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-02-16T17:30:00.000Z (almost 3 years ago)
- Last Synced: 2024-10-09T13:11:55.409Z (3 months ago)
- Topics: bloc, dart, dartlang, flutter, flutter-app, flutter-bloc, flutter-bloc-pattern, flutter-examples, flutter-state-management, google-maps, google-maps-api, rest, rest-api
- Language: Dart
- Homepage:
- Size: 608 KB
- Stars: 8
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Electric Scooters
[![Codemagic build status](https://api.codemagic.io/apps/5d9c76247a0a95001b9f45ca/5d9c76247a0a95001b9f45c9/status_badge.svg)](https://codemagic.io/apps/5d9c76247a0a95001b9f45ca/5d9c76247a0a95001b9f45c9/latest_build)
An application for displaying electric kick-scooters positions.
## Getting Started
Get an API key at [Google Maps](https://cloud.google.com/maps-platform).
### Android
In the `/android/app/src/main/res/values` directory create `secrets.xml` file containing your Google Maps API key:
```xml
YOUR_MAP_API_KEY
```
### IOS
In the `/ios/Runner` directory create `Secrets.plist` file containing your Google Maps API key:
```xml
GoogleMapsApiKey
YOUR_MAP_API_KEY```
## Screenshots
![Map](/screenshots/map.png "Map")## Built with
* [Flutter](https://github.com/flutter/flutter) - Flutter makes it easy and fast to build beautiful mobile apps.
* [Flutter BLoC](https://github.com/felangel/bloc/tree/master/packages/flutter_bloc) - A predictable state management library that helps implement the BLoC design pattern
* [Equatable](https://github.com/felangel/equatable) - An abstract class that helps to implement equality without needing to explicitly override == and hashCode.
* [Http](https://github.com/dart-lang/http) - A composable, cross-platform, Future-based API for making HTTP requests.
* [Intl](https://github.com/dart-lang/intl) - Contains code to deal with internationalized/localized messages, date and number formatting and parsing, bi-directional text, and other internationalization issues.
* [Google Maps Flutter](https://github.com/flutter/plugins) - A Flutter plugin for integrating Google Maps in iOS and Android applications.
* [Json Serializable](https://github.com/dart-lang/json_serializable) - Generates utilities to aid in serializing to/from JSON.
* [Kiwi](https://github.com/letsar/kiwi) - A simple compile-time dependency injection library for Dart and Flutter.## Authors
* [Karol Lisiewicz](https://www.linkedin.com/in/karol-lisiewicz/)