Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tienisto/ikus-app
The Welcome to OVGU app written in Flutter
https://github.com/tienisto/ikus-app
Last synced: 27 days ago
JSON representation
The Welcome to OVGU app written in Flutter
- Host: GitHub
- URL: https://github.com/tienisto/ikus-app
- Owner: Tienisto
- Created: 2020-07-24T23:18:45.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-12-05T22:59:25.000Z (about 1 month ago)
- Last Synced: 2024-12-05T23:28:40.017Z (about 1 month ago)
- Language: Dart
- Homepage:
- Size: 4.53 MB
- Stars: 8
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Welcome to OVGU
An official app by Magdeburg University
## Getting Started
Install Flutter: https://flutter.dev/docs/get-started/install
Get dependencies: `flutter pub get`
Generate specific files: `flutter pub run build_runner build`
Run: `flutter run`
## Deploy
### Preparation
Only important if you are allowed to submit this app.
### Android
run `flutter build appbundle`
### iOS
run `flutter build ios`
in Xcode select target `Generic iOS Device`
in Xcode run `Product` > `Archive`