Skip to content

Latest commit

 

History

History
65 lines (47 loc) · 1.88 KB

README.md

File metadata and controls

65 lines (47 loc) · 1.88 KB

Uneconly

Uneconly is cross-platform schedule app for SPbSUE university meant to make accessing, sharing and remembering schedule simple and accessible from any device

Get it on Google Play Get it on App Store Get it on Mac App Store

Currently Uneconly is in early release stage with many features to come later. You can view upcoming tasks in Uneconly project

Other options to view schedule:

Screenshots

Schedule page Select your group page
Schedule page screenshot Select group page screenshot

Bot

As mentioned above, there is fully functioning Uneconly Telegram bot where you can access your schedule

Github repository (Bot and Backend for Uneconly App): https://github.com/smart7even/schedule-bot

Test coverage report

Generate test coverage report

flutter test --coverage
genhtml coverage/lcov.info -o coverage/html

Open test coverage report

open coverage/html/index.html