1.3 KiB
1.3 KiB
This is the UI for my 2023-2024 FBLA Coding & Programming App
Installation
My version of the app can be found at marinodev.com/fbla/ Pre-built files for several operating systems (built with my API) can be found in the releases tab, alternatively, you can compile it yourself for use with your own API and database (see API readme):
Windows/Linux
- Install Flutter
- Use
flutter doctorto make sure your environment is fully set up for your platform - Clone the repo
git clone https://git.marinodev.com/MarinoDev/FBLA24.git
cd FBLA24/fbla_ui/
- Run
flutter pub getto install all dependencies - Optional: set
apiAddressat the top oflib/api_logic.dart - Build app with
flutter build --release
MacOS
These instructions are temporary and will change as I try MacOS
- Install Flutter
- Use
flutter doctorto make sure your environment is fully set up for your platform - Clone the repo
git clone https://git.marinodev.com/MarinoDev/FBLA24.git
cd FBLA24/fbla_ui/
- Run
flutter pub getto install all dependencies - Optional: set
apiAddressat the top oflib/api_logic.dart - Build app with
flutter build --release