diegoveloper / flutter_percent_indicator

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

Issue fixed in linear percentage indicator #172

Closed abdulmanafpfassal closed 2 years ago

abdulmanafpfassal commented 2 years ago

the package put the null aware operator on the WidgetsBinding instead of the instance. changed from WidgetsBinding.instance.addPostFrameCallback(() { to WidgetsBinding.instance?.addPostFrameCallback(() {

diegoveloper commented 2 years ago

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