https://github.com/kiko-g/uni4all_app
UNI app with uni4all api facade
https://github.com/kiko-g/uni4all_app
Last synced: 7 months ago
JSON representation
UNI app with uni4all api facade
- Host: GitHub
- URL: https://github.com/kiko-g/uni4all_app
- Owner: kiko-g
- Created: 2022-06-06T01:36:44.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-06-25T23:19:10.000Z (over 3 years ago)
- Last Synced: 2025-01-23T15:38:37.492Z (9 months ago)
- Language: Dart
- Size: 995 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# app_feup
An app to make the lives of FEUP students easier.
[View changelog here](changelog.md)## Getting Started
This project is a Flutter application.
A few resources to get you started if this is your first Flutter project:
- [Lab: Write your first Flutter app](https://flutter.dev/docs/get-started/codelab)
- [Cookbook: Useful Flutter samples](https://flutter.dev/docs/cookbook)For help getting started with Flutter, view the
[online documentation](https://flutter.dev/docs), which offers tutorials,
samples, guidance on mobile development, and a full API reference.## Requirements
In order to submit bug reports to the Github API, a Github Personal Access Token is required.
If you don't have one, you can create it on https://github.com/settings/tokens. The only permission it needs is **repo > public_repo**.The token is read from the file ```assets/env/env.json```, which you may need to create, and must be in the following format:
```json
{
"gh_token" : "your super secret token"
}
```## Release
To release the app, a few steps are required:
- Make sure the terms and conditions do not need updating
- Make sure you have completed the **Requirements** section of this README
- Increase the version in pubspec.yaml
- Fill the fields in android/key.properties. [This might require creation of a store](https://flutter.dev/docs/deployment/android)
- Run `flutter build appbundle lib/main.dart` to generate the bundle ready for upload
- Make sure the Play Store's Content Rating is accurate before rolling out the app[Here's the full guide to releasing a flutter application](https://flutter.dev/docs/deployment/android)