ammaratef45 / hydroponics-garden

A flutter app that can be used to track important dates and service your hydroponically grown plants.
GNU General Public License v3.0
1 stars 1 forks source link

show remaining number of days with the date (maybe click to toggle) #25

Closed github-actions[bot] closed 1 year ago

github-actions[bot] commented 1 year ago

https://api.github.com/ammaratef45/hydroponics-garden/blob/a16bac5e8966fc39c49b58234deb11cf36b1d3c6/lib/widgets/plant_widget.dart#L64


                )
              ],
            ),
            // TODO: change style (make the part before colon bold)
            // TODO: show remaining number of days with the date (maybe click to toggle)
            if (!widget.plant.sprouted)
              Text('Expected Sprout date: ${widget.plant.sproutDate}'),
            Text('Expected Harvest date: ${widget.plant.harvestDate}'),
            const Text(
              'Care instructions:',
              style: TextStyle(
                fontSize: 21,
                fontWeight: FontWeight.bold,
              ),
            ),
            MarkdownPreview(
              text: widget.plant.description.care,
            ),
          ],
        ),
      ),
github-actions[bot] commented 1 year ago

Closed in 45fdd8ee57077a6ffbee0bad271aa8cb8e91ae9f