Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

# Schools

GitHub GitHub issues

# 📰 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