Update fbla_ui/README.md

This commit is contained in:
Drake Marino 2024-04-17 15:37:23 +00:00
parent 501a8113b2
commit 5e1b1e3a1f

View File

@ -6,6 +6,8 @@ My version of the app can be found at [marinodev.com/fbla/](https://marinodev.co
Pre-built files for several operating systems (built with my API) can be found in the releases tab, 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): alternatively, you can compile it yourself for use with your own API and database (see API readme):
### Windows/Linux
1. Install [Flutter](https://docs.flutter.dev/get-started/install) 1. Install [Flutter](https://docs.flutter.dev/get-started/install)
2. Use `flutter doctor` to make sure your environment is fully set up for your platform 2. Use `flutter doctor` to make sure your environment is fully set up for your platform
3. Clone the repo 3. Clone the repo
@ -18,3 +20,18 @@ cd FBLA24/fbla_ui/
4. Run `flutter pub get` to install all dependencies 4. Run `flutter pub get` to install all dependencies
5. Optional: set `apiAddress` at the top of `lib/api_logic.dart` 5. Optional: set `apiAddress` at the top of `lib/api_logic.dart`
6. Build app with `flutter build --release` 6. Build app with `flutter build --release`
### MacOS
*These instructions are temporary and will change as I try MacOS*
1. Install [Flutter](https://docs.flutter.dev/get-started/install)
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/
```
4. Run `flutter pub get` to install all dependencies
5. Optional: set `apiAddress` at the top of `lib/api_logic.dart`
6. Build app with `flutter build --release`