This mobile App is the client in a project to manage a door entrance infrastruture.
The present companion mobile app is strictly interwined to this backend; they can only work together, in addition to the hardware managing the door itself.
Out of this context, the codebase is good for educational purposes only. However, with some effort on the hardware interfacing part, this project could be ported to other environments.
If you're interested in an overview of the project (mostly focused on the Rust backend), you can have a look at this talk.
You must create your configuration config.json
from the config template config.json.dist
(the new file should reside in the same directory). Customize the values as needed.
Ref :
- JSON documentation
Generate : flutter packages pub run build_runner build
| flutter packages pub run build_runner watch
- Implement ClientID
- Change package name
- Add screenshots! Everybody love screenshots!
The original application code repository repo is here. This repository contains an almost full rewrite, accomplished by @axellebot - thanks for the effort! 🙏