larryaasen / upgrader

A Flutter package for prompting users to upgrade when there is a newer version of the app in the store.
MIT License
558 stars 271 forks source link

Fix for 316 #360

Closed mulvad closed 6 months ago

mulvad commented 10 months ago

In cases where the app isn't listed on the App Store yet, there aren't any results in the response.

codecov[bot] commented 6 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 90.38%. Comparing base (8e830d2) to head (370cbd8).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #360 +/- ## ======================================= Coverage 90.38% 90.38% ======================================= Files 13 13 Lines 1207 1207 ======================================= Hits 1091 1091 Misses 116 116 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

larryaasen commented 6 months ago

@mulvad Thanks for this PR and the simple fix with the unit test update. I will merge this.