An open API service indexing awesome lists of open source software.

https://github.com/hrishiksh/rideapp

app that can measure your travel distance with speed and give insights
https://github.com/hrishiksh/rideapp

Last synced: 8 months ago
JSON representation

app that can measure your travel distance with speed and give insights

Awesome Lists containing this project

README

          

# RideApp

A mobile app that help police to implement traffic laws with ease.

## Make an app from this repo

1. Install Flutter from [official website](https://flutter.dev/)

2. Clone this repo

3. Run `flutter init`

4. Connect an android device and turn on usb-debugging

5. Get an API from google cloud platform and enable maps SDK

6. Put API key in android menifest file.

7. Nevigate to root project file and run `flutter pub get` in terminal.

8. Now run `flutter run`

9. A debug version of the app installed in your device.

10. To make production ready app, go through flutter documentation.

You can get backend API from [here](https://morning-scrubland-63803.herokuapp.com/debug)