Skip to content

Releases: farmassistX/farmassist

v1.0.21

13 Jan 15:39
Compare
Choose a tag to compare

v1.0.20

13 Jan 12:15
Compare
Choose a tag to compare
DONE

v1.0.19

13 Jan 11:54
Compare
Choose a tag to compare
DONE

v1.0.16

12 Jan 15:22
Compare
Choose a tag to compare
Update Disease Detection function

- Add confidence score to Diagnosis class
- Move confidence score to DiseaseCardItem
- Modify UI
- Remove unnecessary code

v1.0.15

11 Jan 04:28
91414fe
Compare
Choose a tag to compare
Merge pull request #3 from farmassistX/master_0.1

Master 0.1

v1.0.14

06 Jan 08:46
Compare
Choose a tag to compare
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

05 Jan 18:23
Compare
Choose a tag to compare
Add code for message handling and storing device token

v1.0.12

04 Jan 17:29
Compare
Choose a tag to compare
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

03 Jan 16:58
Compare
Choose a tag to compare
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

28 Dec 20:39
Compare
Choose a tag to compare
Update UI for IoT Monitoring Page

- Add telemetry data cards with respective icons
- Add reload bar