A simple Flutter app to manage MQTT brokers and monitor raw MQTT messages with reactive custom widgets (Google Maps, Gauge, Indicator,...)
Screen of the app running
- Configure multiple MQTT broker with all useful parameters such as
Mosquitto, Adafruit, AWS or Google IoT Core - Establish broker connection and multiple topics subscription
- Show messages received from a single MQTT broker
- Send messages to subscribed topic of MQTT broker
- Configure multiple widgets : Maps, Gauge, Toggle button, Colorful indicator, etc.
- Dark and light theme depending on system configuration
- Internationalization
en, fr
flutter_bloc
mqtt_client
sqflitegit clone https://github.com/pierretdf/mqtt_flutter_app/- Get flutter plugins & dark plugins
- Import the flutter project in Android Studio, Intellij or VSCode
flutter doctorto make sure you had properly setup your local environnementflutter pub getto install dependencies
flutter runand pressrto execute a hot reload
- Dev environnement
- Dev environnement
Contributions, issues and feature requests are welcome!
Feel free to check issues page.
Give a ⭐️ if this project helped you!