Skip to content

Commit

Permalink
Header size fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hbh7 committed Oct 10, 2023
1 parent 4e00f35 commit 2675dff
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@

An app that helps you back up and sync your media to a server under your control. Written in Flutter and depends on the [backend server](https://github.com/Aperturama/Aperturama-Backend) for most functionality.

# Example Screenshots
## Example Screenshots
<p>
<img src="repo_resources/Screenshot_Media.png" width="32%" title="Media" alt="Media">
<img src="repo_resources/Screenshot_Collections.png" width="32%" title="Collections" alt="Collections">
<img src="repo_resources/Screenshot_AutoUpload.png" width="32%" title="AutoUpload" alt="AutoUpload">
</p>

# Build Information
## Build Information
Run these commands:
```
flutter pub get
Expand All @@ -20,7 +20,7 @@ flutter build apk --release
flutter build web --release
```

# Potential Future Improvements
## Potential Future Improvements
- Collection cards as a grid (not implemented due to issues with height being equal to width and being unable to fix that)
- Global grid size (or one that gets saved/loaded to local storage and remembered across sessions)
- Photo and collection IDs in the URL for reloaded pages to work properly
Expand All @@ -34,7 +34,7 @@ flutter build web --release
- Web version should hide/autofill server URL
- Plurality fixes (collections vs collection)

# References Used:
## References Used:
- https://docs.flutter.dev/
- https://api.flutter.dev/
- https://stackoverflow.com/
Expand Down

0 comments on commit 2675dff

Please sign in to comment.