A WIP flutter app that will hopefully one day replace the https://navigator.tu-dresden.de website.
- Search for rooms
- Display Building Maps & building adresses
- Display occupancy Tables for Rooms (requieres Login)
- save Login Data for re-use
It works by using the search api and then scraping the returned HTML document to render the campus navigator view in flutter.
This app is supposed to deliver a good user experience for the campus navigator on mobile, therefore perfect feature parity with the website is not the goal of the project.
Goals:
- Have a mobile friendly UI
- Support the most common use cases (eg. finding a room)
Non Goals:
- Support every feature that the website offers (eg. showing the IP adress of the router in a room)
- Replicate the exact UI of the website
Plattform | Status | Supported |
---|---|---|
iOS | Builded | ✔️ |
MacOS | - | ❓ |
Android | Builded | ✔️ |
Linux | - | ✔️ |
Windows | - | ❓ |
Web | Not Planned | ❌ |
flutter build appbundle
flutter build apk --split-per-abi
dart run flutter_launcher_icons
Go to projectFolder\build\app\outputs\apk\releases
- cupertino_icons: ^1.0.2 License
- http: ^1.1.0 License
- html: ^0.15.4 License
- share_plus: ^7.2.2 License
- maps_launcher: ^2.2.1 License
- flutter_cache_manager: ^3.3.1 License
- flutter_secure_storage: ^9.2.2 License
- flutter_launcher_icons: ^0.13.1 License
- maps_toolkit: ^3.0.0 License
- package_info_plus ^8.1.2 License