Sensorz
A Simple Flutter Android App, which displays Sensor Data
This simple flutter app will try to fetch sensor data from an Android Device. It simply uses a vertical listview widget, under which it draws sensor data holding widgets. Depending upon whether sensor is delivering `on change` or `continuous` data, it updates data feed fields in its UI.
For fetching sensor data, it uses platform level handlers, calls kotlin functions from dart code, using MethodChannel. And sensor data feed gets delivered to UI level dart code using EventChannel.

Well that's it.