emrearik / mobile_queries

mobilequeries

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mobile Queries

The New York City Taxi and Limousine Commission (TLC) deals with yellow cabs, green cabs and rental cars. TLC regularly records information for each completed taxi ride. Within the scope of this project, yellow taxi data published in December 2020 will be used.

Features

  • Show days and distances for 5 longest trips.
  • Show number of vehicles departing from a given location between two dates
  • Show the longest trips of the selected date

Plugins

Usage

  • Clone the repository with terminal.

    git clone https://github.com/emrearik/mobile_queries.git
    
  • Go to android/local.properties file and add your API key here.

    googleMap.apiKey=<API_KEY_HERE>
    
  • Create root/lib/.env file and add your API key here.

    GOOGLE_MAP_API_KEY="<API_KEY_HERE>"
    
  • Go to terminal and run flutter.

    flutter run
    

Design

Design

About

mobilequeries


Languages

Language:Dart 94.4%Language:HTML 4.8%Language:Swift 0.6%Language:Kotlin 0.2%Language:Objective-C 0.0%