Sushi Scouts is an FRC scouting application. It is build using the flutter platform and as such supports Android, and IOS. The main goal of Sushi Scouts is to be able to adapt to new FRC games as such it supports config file system, where a json file defines the app structure.
Make sure flutter and dart are installed.
# Install required dependencies
dart pub update
# Run the app
flutter run