Laser Proxy support

This commit is contained in:
Raktbastr 2026-01-06 21:32:11 -06:00
parent f97222dcc9
commit 5858a4a231
5 changed files with 49 additions and 69 deletions

View file

@ -1,21 +1,21 @@
![Laser Scouter](https://laserrobotics.org/wp-content/uploads/2025/02/laserscouterlogo.png)
<sub>WIP Logo</sub>
Simple FRC scouting app. Developed by Laser Robotics.
# Simple FRC scouting app. Developed by me for Laser Robotics and the FRC community!
Input a team number and a TBA API key then select your event. Click on a team and start writing notes then export as a .CSV!
Input your team number and event, and start scouting! When you're done export your notes as a .csv for Google Sheets or Excel.
# What is planned
* Breakdowns of match statistics
* Scouting questions, these are examples to test out input
* Stat comparisons
* Full release by 2025 Laser Lights Off Season!
* Better and updated scouting questions, these are examples from Reefscape
* Match scouting
* Online accessible version
# Some extra notes
* This is a side project by a few of our members and is our first Flutter project. Please leave suggestions and tips about what we could do better!
* I am providing binaries but recommend you compile it yourself.
* To run on iOS you will still need to compile it, I do not have an Apple Dev Account.
* This is a side project by a me and is my first Flutter project. Please leave suggestions and tips about what I could do better!
* I am providing APK's, but it may not be the most up to date version.
* To run on iOS you will still need to compile it and install with Xcode
# How to contribute
@ -26,6 +26,6 @@ Input a team number and a TBA API key then select your event. Click on a team an
# How to test
1. Run the command `flutter run` in your terminal while inside project folder.
2. Open the app in your desired platform.
2. Open the app in a browser, on your phone, or as a computer app.
* If you plan to test on an iPhone, you must have a Apple Developer account and a MacOS device with Xcode. I reccomend [this guide](https://www.geeksforgeeks.org/how-to-install-flutter-app-on-ios/)
* If you plan to test on an iPhone, you must have a Apple Developer account and a MacOS device with Xcode.