Record and view bike trails
Report Bug
·
Request Feature
Pedal Maps is an Android and IOS application capable of finding a users location and recording a bike trail they imbark on. As the user travels, polylines are drawn onto the map as well as a timer and milage to track. When the ride is complete the user can save the ride. The user can give the trail a name, rating, and gravel type. The trail is saved to firebase and can then be viewed on the nearby trails screen. The nearby trails screen shows the complete trail, along with bullet points.
To get a local copy up and running follow these steps.
Flutter will be required to run application.
-
Install Flutter, and follow installation process.
https://flutter.dev/docs/get-started/install
-
Clone the repo
git clone https://github.com/ChicoState/PedalMaps.git
-
Google Maps API
https://pub.dev/packages/google_maps_flutter
-
Firebase API
https://firebase.google.com/docs/flutter/setup
-
Flutter Run
flutter run
-
See the open issues for a list of proposed features (and known issues).
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/NewFeature
) - Commit your Changes (
git commit -m 'Add some NewFeature'
) - Push to the Branch (
git push origin feature/NewFeature
) - Open a Pull Request
Curtis Figgins: https://github.com/cbfiggins
John Anthony: https://github.com/JohnAnthony98
Josh White: https://github.com/Vulfenstein
Project Link: https://github.com/ChicoState/PedalMaps