All Projects → OpenConsultingGroup → Taxi App

OpenConsultingGroup / Taxi App

Licence: mit
Taxi booking app built using Flutter

Programming Languages

dart
5743 projects

Projects that are alternatives of or similar to Taxi App

flutter-UI
将Flutter各种Widget各种API📘都实现一次。喜欢请Star。
Stars: ✭ 67 (-81.23%)
Mutual labels:  flutter-apps
Qrcode scanner
🛠 Flutter QR code scanner plugin.
Stars: ✭ 274 (-23.25%)
Mutual labels:  flutter-apps
Filex
Simple File Explorer made with Flutter(WIP)
Stars: ✭ 315 (-11.76%)
Mutual labels:  flutter-apps
flutter do
Basic Flutter apps, for flutter devs
Stars: ✭ 47 (-86.83%)
Mutual labels:  flutter-apps
Flutter i18n
This plugin create a binding between your translations from .arb files and your Flutter app.
Stars: ✭ 255 (-28.57%)
Mutual labels:  flutter-apps
Flutter Book App
A Flutter project of book app UI
Stars: ✭ 280 (-21.57%)
Mutual labels:  flutter-apps
hopOn
A car rental flutter application using firebase and google maps API
Stars: ✭ 68 (-80.95%)
Mutual labels:  flutter-apps
Our E School
A mobile app created using Flutter Framework for School management.
Stars: ✭ 315 (-11.76%)
Mutual labels:  flutter-apps
Swiggyui
A Swiggy UI Clone Flutter App.
Stars: ✭ 258 (-27.73%)
Mutual labels:  flutter-apps
Flutter page transition
This is Flutter Page Transition Package
Stars: ✭ 314 (-12.04%)
Mutual labels:  flutter-apps
http middleware
A middleware library for Dart's http library.
Stars: ✭ 38 (-89.36%)
Mutual labels:  flutter-apps
Xtimer Flutter App
Flutter timer app
Stars: ✭ 255 (-28.57%)
Mutual labels:  flutter-apps
Contraflutterkit
A Flutter UI kit with 50 plus screens for beginners to learn.
Stars: ✭ 288 (-19.33%)
Mutual labels:  flutter-apps
coronavirus
No description or website provided.
Stars: ✭ 32 (-91.04%)
Mutual labels:  flutter-apps
Flutterwidgetguide
A flutter appliction listing all the widgets covered in Flutter widget of the week playlist.
Stars: ✭ 316 (-11.48%)
Mutual labels:  flutter-apps
ui challenge flutter
Flutter UI challenges
Stars: ✭ 25 (-93%)
Mutual labels:  flutter-apps
Avflutter
flutter 一款老司机喜欢的app
Stars: ✭ 278 (-22.13%)
Mutual labels:  flutter-apps
Simplicityweather
一款简约风格的 flutter 天气项目,提供实时、多日、24 小时、台风路径以及生活指数等服务,支持定位、删除、搜索等操作。
Stars: ✭ 332 (-7%)
Mutual labels:  flutter-apps
Flutter novel
仿追书神器,具有仿真、滑动和滚动翻页、字体大小、行高、背景、目录等功能的Flutter 阅读APP
Stars: ✭ 319 (-10.64%)
Mutual labels:  flutter-apps
Google nav bar
A modern google style nav bar for flutter.
Stars: ✭ 290 (-18.77%)
Mutual labels:  flutter-apps

Flutter Taxi App PRs Welcome

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

makephotogallery.net_1580238239.jpg

Video Recording

video.gif

Dependencies

This project is built with various awesome open sourced libraries

  • google_maps_flutter - to show map on screen (Still in beta version)
  • flutter_bloc - to mantain state and make every widget independent using blocs
  • bloc - to listen events on taps by user and dispatch new state to other widgets
  • equatable - to make models comparable (Nice Library)
  • shimmer - to show nice loading effect
  • 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

$ pub get

Credits

Kudos to Dibbendo Pranto 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 [email protected]

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 or simply leave us a note to [email protected]. We will be happy to work with you!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].