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
- Host: GitHub
- URL: https://github.com/hrishiksh/rideapp
- Owner: hrishiksh
- Created: 2020-09-06T08:53:51.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-30T06:27:37.000Z (about 5 years ago)
- Last Synced: 2025-01-05T04:19:54.031Z (9 months ago)
- Language: Dart
- Size: 843 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)