26 lines
No EOL
868 B
Markdown
26 lines
No EOL
868 B
Markdown

|
|
|
|
A simple FRC scouting app. Developed by Laser Robotics.
|
|
|
|
# What is planned
|
|
|
|
* Breakdowns of match statistics
|
|
* Stat comparisons
|
|
* Ability to export data
|
|
|
|
# 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!
|
|
|
|
# How to contribute
|
|
|
|
1. Install Flutter language plugins to your IDE.
|
|
2. Clone the repo and open it.
|
|
3. Start editing!
|
|
|
|
# How to test
|
|
|
|
1. Run the command `flutter run` in your terminal while inside project folder.
|
|
2. Open the app in your desired platform.
|
|
|
|
* 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/) |