diegoveloper / flutter_percent_indicator

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

Incorrect place of ? in postFramCallBack #169

Closed wajahatiqbal22 closed 2 years ago

wajahatiqbal22 commented 2 years ago

The position of the question mark init state is incorrect,

PREV: WidgetsBinding?.instance.addPostFrameCallback

FIX: WidgetsBinding.instance?.addPostFrameCallback

Kindly change that in LinearPercentIndicator class

diegoveloper commented 2 years ago

https://github.com/diegoveloper/flutter_percent_indicator/issues?q=is%3Aissue+is%3Aclosed