https://github.com/ki-labs/hodor-flutter-mobile
Hodor mobile app project developed using Flutter.io for Android and iOS platform
https://github.com/ki-labs/hodor-flutter-mobile
android cross-platform flutter hodor ios iot
Last synced: 2 months ago
JSON representation
Hodor mobile app project developed using Flutter.io for Android and iOS platform
- Host: GitHub
- URL: https://github.com/ki-labs/hodor-flutter-mobile
- Owner: KI-labs
- License: mit
- Created: 2018-04-15T11:58:57.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2019-02-05T00:03:10.000Z (over 7 years ago)
- Last Synced: 2025-04-20T09:15:31.191Z (about 1 year ago)
- Topics: android, cross-platform, flutter, hodor, ios, iot
- Language: Dart
- Homepage:
- Size: 7.81 MB
- Stars: 2
- Watchers: 0
- Forks: 1
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Hodor Mobile
Hodor is a an app that is developed to conveniently open the door of KI labs building in our Munich office. It is an improved version of the [Slack bot](https://github.com/KI-labs/Hodor) which was already developed by other team members.
### UI v1.0

## Getting Started
For help getting started with Flutter, view online
[documentation](https://flutter.io/).
## Conditions to make it run
This is a very custom project developed specifically for our use case but still it can be used
for any access control system which works with an API call to open a door.
If you checkout the codebase, you'll notice that it won't build because `network_config.dart`
file is missing. It is an intentional step to hide our network configurations. A typical file would
contain following parameters.
```
const String MAIN_URL = "";
const String API_AUTHORIZATION_USERNAME = "";
const String API_AUTHORIZATION_PASSWORD = "";
```