https://github.com/zenitheesc/zenith-monitor
App para rastreamento de Sondas Atmosféricas do grupo Zenith Aerospace
https://github.com/zenitheesc/zenith-monitor
bloc cloud dart firebase flutter high-altitude-balloon openrouteservice openstreetmap-contributers software tracking
Last synced: about 1 year ago
JSON representation
App para rastreamento de Sondas Atmosféricas do grupo Zenith Aerospace
- Host: GitHub
- URL: https://github.com/zenitheesc/zenith-monitor
- Owner: zenitheesc
- Created: 2020-06-07T00:30:46.000Z (about 6 years ago)
- Default Branch: develop
- Last Pushed: 2024-09-28T15:09:36.000Z (over 1 year ago)
- Last Synced: 2025-03-27T14:03:04.218Z (about 1 year ago)
- Topics: bloc, cloud, dart, firebase, flutter, high-altitude-balloon, openrouteservice, openstreetmap-contributers, software, tracking
- Language: Dart
- Homepage: http://zenith.eesc.usp.br/
- Size: 107 MB
- Stars: 10
- Watchers: 2
- Forks: 1
- Open Issues: 32
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Zenith Monitor
Track Atmospheric Probes streamming data in Real-Time
Environment and Tools •
Steps to run and debug •
How to contribute? •
## Environment and tools
This is a [Flutter](https://flutter.dev) 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](https://github.com/FirebaseExtended/flutterfire) for Firestore and Auth
- [BLoC](https://bloclibrary.dev/)
- [Google Maps](https://pub.dev/packages/google_maps_flutter)
- [USB Serial](https://pub.dev/packages/usb_serial)
- [Location](https://pub.dev/packages/location)
## Steps to run
```shell
flutter run
```
Be sure to have either a phone or an emulator connected with Flutter. You can always check with `flutter doctor`.
## How to contribute
**Fork** this repository. Use git to clone it and create a new branch with a name: `feature/`. Then open a Pull-Request. You should be greeted by a bot to help you after that :smile:. Also check out this [Contributing Guide](https://guides.github.com/activities/forking/)
---