Releases: farmassistX/farmassist
Releases · farmassistX/farmassist
v1.0.21
v1.0.20
DONE
v1.0.19
DONE
v1.0.16
Update Disease Detection function - Add confidence score to Diagnosis class - Move confidence score to DiseaseCardItem - Modify UI - Remove unnecessary code
v1.0.15
Merge pull request #3 from farmassistX/master_0.1 Master 0.1
v1.0.14
Fix adding message token error when creating new account - Set an empty token field and update the field 1 second later - A quick and dirty solution that works after delaying the update by 1 second
v1.0.13
Add code for message handling and storing device token
v1.0.12
Implement retrieval of historical telemetry data using FutureBuilder - Use stateful widget instead and implement FutureBuilder to retrieve historical telemetry data - Remove readPreviousReading() method and its related invocation code since the process is automatic - Add length property for LineChartSpots
v1.0.11
Complete all IoT Monitoring functions - Add methods for retrieving previous/historical telemetry data - Use timestamp from Realtime Database to update reload time instead of using timestamp generated on device
v1.0.10
Update UI for IoT Monitoring Page - Add telemetry data cards with respective icons - Add reload bar