A flutter app for managing on and off state of devices in a home, using Bluetooth
To test this project you can use Proteus Lab, find the project file under ./proteus_arduino_screenshoot/proteus_sketch.pdsprj
Also a prepared Arduino code is reading for testing purpose, find it ./proteus_arduino_screenshoot/code_arduino.ino
- This is a flutter app, be sure you flutter is installing on you PC. Then clone the project:
git clone https://github.com/lexnotor/home-domotique-app.git
- After that, install app dependancies by running
flutter pub get
- Finally build the Apk
flutter build apk
- Now you should find the apk under
./build/app/outputs/flutter-apk/app-release.apk
- Alexandre CHAMBU @lexnotor