This app is a simple Flutter project that displays PNU schedule.
0.12
Check available apk or ipa files inside releases.
- Install flutter
- Check Flutter version
flutter --version
- Clone app
git clone https://github.com/rostIvan/schedule_pnu.git
cd schedule_pnu
- Run application
flutter run # run debug version
flutter run --release # run realease version
flutter build apk --release # build apk
If you wanna help to improve this app you always can to send your PR or open an issue. Feel free to contact me whenever you want.