diegoveloper / flutter_percent_indicator

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

Add more info to the incorrect progress value Exception #126

Closed rocboronat closed 2 years ago

rocboronat commented 2 years ago

Hello! 👋

We're using this project on production, and we found this message on Crashlytics:

image

It's a good message, but it would be better if we knew the value we are passing. So this PR adds the actual value to the Exception.

diegoveloper commented 2 years ago

Thanks for the contribution!

rocboronat commented 2 years ago

My pleasure! 🎩