bug fixes
This commit is contained in:
+2
-2
@@ -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`
|
||||
|
||||
@@ -325,6 +325,11 @@ class _HomeState extends State<Home> {
|
||||
),
|
||||
);
|
||||
}),
|
||||
const SliverToBoxAdapter(
|
||||
child: SizedBox(
|
||||
height: 80,
|
||||
),
|
||||
)
|
||||
],
|
||||
),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user