diegoveloper / flutter_percent_indicator

Flutter percent indicator library
BSD 2-Clause "Simplified" License
679 stars 206 forks source link

Getting error in linear percent indicator #145

Closed thechawla225 closed 2 years ago

thechawla225 commented 2 years ago

image

Flutter version: image

Code:

LinearPercentIndicator(
                width: 140.0,
                lineHeight: 14.0,
                percent: 0.5,
                backgroundColor: Colors.grey,
                progressColor: Colors.blue,
              ),
diegoveloper commented 2 years ago

Try on flutter stable channel

thechawla225 commented 2 years ago

@diegoveloper yeah I switched to stable channel and ran flutter upgrade, no error now, thanks