KO
|
EN
gitlite — search
Search
#javascript
#python
#react
#nodejs
#es6
#algorithms
#docker
#macos
#kubernetes
#mongodb
#java
#dotnet
Taxi-App
★ 793
Open GitHub ↗
Taxi booking app built using Flutter
Download README (.md)
Explore Similar Repositories
docker-puppeteer
:
A minimal Docker image for Puppeteer
bamboo
:
HAProxy auto configuration and auto service discovery for Mesos Marathon
serverless-plugin-typescript
:
Serverless plugin for zero-config Typescript support
github-webhook-handler
:
Node.js web handler / middleware for processing GitHub Webhooks
shards
:
Dependency manager for the Crystal language
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
Taxi-App
?
Download (.md)
# 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!