https://github.com/OpenConsultingGroup/Taxi-App
Taxi booking app built using Flutter
https://github.com/OpenConsultingGroup/Taxi-App
flutter flutter-apps flutter-bloc-pattern flutter-examples
Last synced: about 1 year ago
JSON representation
Taxi booking app built using Flutter
- Host: GitHub
- URL: https://github.com/OpenConsultingGroup/Taxi-App
- Owner: OpenConsultingGroup
- License: mit
- Created: 2020-01-22T09:02:51.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-06-04T20:50:48.000Z (about 2 years ago)
- Last Synced: 2024-11-03T23:35:03.723Z (over 1 year ago)
- Topics: flutter, flutter-apps, flutter-bloc-pattern, flutter-examples
- Language: Dart
- Homepage:
- Size: 516 KB
- Stars: 711
- Watchers: 38
- Forks: 309
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Flutter Taxi App [](http://makeapullrequest.com)
A Flutter starter taxi app built with BLOC pattern. It has following features
- Taxi markers showing on different position on map (Based on static position)
- Different animations across different part of screen
- Polyline showing on map (Hardcoded data from Google Maps API)
- Runs on both Android & IOS.
- It helps in managing state and make access to data from a central place in your project.
- Its a state management system for Flutter recommended by Google developers.
### Screenshots

### Video Recording

### Dependencies
This project is built with various awesome open sourced libraries
* [google_maps_flutter](https://pub.dev/packages/google_maps_flutter) - to show map on screen (Still in beta version)
* [flutter_bloc](https://pub.dev/packages/flutter_bloc) - to mantain state and make every widget independent using blocs
* [bloc](https://pub.dev/packages/bloc) - to listen events on taps by user and dispatch new state to other widgets
* [equatable](https://pub.dev/packages/equatable) - to make models comparable (Nice Library)
* [shimmer](https://pub.dev/packages/shimmer) - to show nice loading effect
* [location](https://pub.dev/packages/location) - to get current location of user (Feature to be developed)
### Installation
Add your API_KEY and your own credentials from your firebase project to android and ios folders. Run following command in cmd and then run your app
```sh
$ pub get
```
### Credits
Kudos to [Dibbendo Pranto](https://dribbble.com/Dibbendopranto) for this design.
### Development
We love contributors. Looking forward to as many as possible.
App may still have issues and bugs that may have a quick fix that we missed while development.
### Developer
We are a team of digital nomads who believe in open-source development and free-for-all products.
We welcome anyone who is genuine and interested in developing great product that solve real world problems.
You can get in touch with us at dev@ocg.technology
## How can I support developers?
- Star our GitHub repo
- Create pull requests, submit bugs, suggest new features or documentation updates
## Can I hire you guys?
Yes! We are available for hire. Visit [our homepage](https://ocg.technology/) or simply leave us a note to contact@ocg.technology. We will be happy to work with you!