Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 2.05 KB

README.md

File metadata and controls

32 lines (24 loc) · 2.05 KB

Flutter Cab

This repository provides design related to taxi cab in flutter. I have take referenced from below link and i have tried to make same copy of that image.

https://www.uplabs.com/posts/taxi-booking-app-full-app

I have create design like prototype no other networking or other functionality implemented yet.

What are the package used :

  1. Google Maps : For google maps, I used https://pub.dev/packages/google_maps_flutter package for loading maps.

  2. Rating Bar : Currently there is no widget available for rating you have to create your own or used package and i selected second option. So for implementing rating i used https://pub.dev/packages/flutter_rating_bar package.

    If you want to get more idea about above packages you should go through this link where you can find the description as well as installation steps.

Screenshot