Environment and Tools • Steps to run and debug • How to contribute? •
This is a Flutter Project. Once you have Flutter installed, you can run flutter pub get
on the main
folder to fetch dependencies.
These are the main ones:
- FlutterFire for Firestore and Auth
- BLoC
- Google Maps
- USB Serial
- Location
flutter run
Be sure to have either a phone or an emulator connected with Flutter. You can always check with flutter doctor
.
Fork this repository. Use git to clone it and create a new branch with a name: feature/<feature-name>
. Then open a Pull-Request. You should be greeted by a bot to help you after that 😄. Also check out this Contributing Guide