royarg02 / soil_moisture_app

An application to monitor and display soil moisture content for drip irrigation.
GNU General Public License v3.0
16 stars 7 forks source link

Multi-colored segregated progress bars #7

Closed royarg02 closed 5 years ago

royarg02 commented 5 years ago

Need help to implement segregated progress bars, each having their own color.

ariG23498 commented 5 years ago

Could you be more specific in this issue? @RoyARG02

royarg02 commented 5 years ago

The current implementation of progress bars for moisture content can take only one color. Although it is enough for showing only the current moisture content, (whether it is very low for adequate irrigation, or not), it cannot be used in case one needs to know the increment/decrement of moisture from the previous day/ time. For this case a suitable progress bar could be used which shows two segments of different colors (say red for decrement and blue for increment from the previous readings).

I am unable to find any Flutter API/ packages that achieves the same.

royarg02 commented 5 years ago

Feature scrapped.