dreampowder / strava_flutter

Flutter package to use Strava v3 API
Other
37 stars 52 forks source link

fix: type conversion errors #70

Closed etabakov closed 3 years ago

etabakov commented 3 years ago

Fixes multiple type conversions upon retrieving Summary and Detailed activities #67

These changes are tested against 750+ activities in my profile and there are no errors thrown. Also, cross-checked with the old types and conversion before the refactoring which were working OK.

dreampowder commented 3 years ago

Thanks so much for your contributions @etabakov