Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xdk78/schools
Schools - Multi dziennik Librus & Vulcan
https://github.com/xdk78/schools
android client dart flutter ios librus vulcan
Last synced: 11 days ago
JSON representation
Schools - Multi dziennik Librus & Vulcan
- Host: GitHub
- URL: https://github.com/xdk78/schools
- Owner: xdk78
- License: mit
- Created: 2018-10-02T17:12:16.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-03T17:53:19.000Z (almost 6 years ago)
- Last Synced: 2025-01-10T05:35:45.490Z (14 days ago)
- Topics: android, client, dart, flutter, ios, librus, vulcan
- Language: Dart
- Homepage:
- Size: 380 KB
- Stars: 16
- Watchers: 4
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Schools
# 📰 What is this?
Mobile client for [Librus](https://portal.librus.pl/) & [vulcan](https://www.vulcan.edu.pl/)
# 👾 Mobile app
Download [`.APK`](https://github.com/xdk78/schools/releases)
# 🚑 Support
Describe your problem in [issues](https://github.com/xdk78/schools/issues).
# ✋ Contributing
If you want to help with the project, you can have a look at some [issues](https://github.com/xdk78/schools/issues). All help is much appreciated 🍻
# 🏃 Running application
### What do you need?
- [Flutter](https://flutter.io/get-started/install/)
### 🤘 Let's start
- Clone repo
- Via https
```
git clone https://github.com/xdk78/schools.git
```
- Via ssh
```
git clone [email protected]:xdk78/schools.git
```- Now enter to app folder
```
cd schools
```
- Install depedencies
```
flutter packages get
```
- Running application
```
flutter run
```
- Running application in production mode
```
flutter run --release
```
- Running linter
```
flutter format .
```
- Watching packages for code generation
```
flutter packages pub run build_runner watch
```# 📜 License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.# Schools