/open-taffeta-mobile-app

Mobile app for the Open Taffeta backend - https://github.com/apiraino/open-taffeta

Primary LanguageDart

Open Taffeta mobile app

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.

Config

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.

Tips

Code generation

Ref :

Generate : flutter packages pub run build_runner build | flutter packages pub run build_runner watch

TODO

Credits

The original application code repository repo is here. This repository contains an almost full rewrite, accomplished by @axellebot - thanks for the effort! 🙏