FBLA24/fbla_ui
2024-06-23 18:56:22 -05:00
..
android init commit - move from separate git repos 2024-04-07 12:32:23 -05:00
assets v0.2.0 beta - Major screen changes 2024-06-20 13:20:32 -05:00
ios init commit - move from separate git repos 2024-04-07 12:32:23 -05:00
lib fixes 2024-06-23 18:56:22 -05:00
linux fix api address & adjust linux build 2024-06-06 19:48:26 -05:00
macos init commit - move from separate git repos 2024-04-07 12:32:23 -05:00
test init commit - move from separate git repos 2024-04-07 12:32:23 -05:00
web init commit - move from separate git repos 2024-04-07 12:32:23 -05:00
windows lots of fixes 2024-04-07 19:51:58 -05:00
.gitignore init commit - move from separate git repos 2024-04-07 12:32:23 -05:00
.metadata init commit - move from separate git repos 2024-04-07 12:32:23 -05:00
analysis_options.yaml 0.2 fixes 2024-06-23 14:36:18 -05:00
Jenkinsfile reformat jenkinsfile again x2 2024-06-06 18:06:47 -05:00
pubspec.lock security updates 2024-06-06 15:13:53 -05:00
pubspec.yaml v0.2.0 beta - Major screen changes 2024-06-20 13:20:32 -05:00
README.md Update fbla_ui/README.md 2024-04-17 15:37:23 +00:00

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

  1. Install Flutter
  2. Use flutter doctor to make sure your environment is fully set up for your platform
  3. Clone the repo
git clone https://git.marinodev.com/MarinoDev/FBLA24.git
cd FBLA24/fbla_ui/
  1. Run flutter pub get to install all dependencies
  2. Optional: set apiAddress at the top of lib/api_logic.dart
  3. Build app with flutter build --release

MacOS

These instructions are temporary and will change as I try MacOS

  1. Install Flutter
  2. Use flutter doctor to make sure your environment is fully set up for your platform
  3. Clone the repo
git clone https://git.marinodev.com/MarinoDev/FBLA24.git
cd FBLA24/fbla_ui/
  1. Run flutter pub get to install all dependencies
  2. Optional: set apiAddress at the top of lib/api_logic.dart
  3. Build app with flutter build --release