This is a Flutter project, which will serve as the dashboard for the Soil Moisture content of a particular area.
Color Theme: Material.io
Font: JetBrains Mono
The app gets its name from the French word for Thirst
. Its purpose, is to detect moisture content of soil from sensors.
Moisture was the main motif, but later it rolled to collecting ambient temperature, humidity and light too.
The API implementation of this project can be found in this repository.
The base URL for the application is https://soif.herokuapp.com/
The various endpoints used by this app are:
/getdata/<currentdate in dd-mm-yyyy>
/getdata/now
/setpump
/getpump
We would love to see some feedback in the form of issues raised and PRs. If you need an IoT project with application integration, this project can serve as the baseline application. Show your appreciation by ⭐ing this repository!