bug fixes

This commit is contained in:
2024-04-07 13:18:44 -05:00
parent fee7ea5678
commit 7b0ac130f8
4 changed files with 18 additions and 6 deletions
+2 -2
View File
@@ -12,9 +12,9 @@ alternatively, you can compile it yourself for use with your own API and databas
```
git clone https://git.marinodev.com/MarinoDev/FBLA24.git
cd FBLA24/ui/
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`
6. Build app with `flutter build --release`
+5
View File
@@ -325,6 +325,11 @@ class _HomeState extends State<Home> {
),
);
}),
const SliverToBoxAdapter(
child: SizedBox(
height: 80,
),
)
],
),
),