timtraversy / new_version

Check if your user has the most recent version of your Flutter app.
BSD 3-Clause "New" or "Revised" License
125 stars 152 forks source link

Handling when the device is offline #73

Open myConsciousness opened 2 years ago

myConsciousness commented 2 years ago

Hello amazing developers!

There is always a socket error inside the package when the device is offline, is there a function in the package that can check this?

For example, it would be nice if there is a function that can check if an error has occurred by using the VersionStatus obtained by executing getVersionStatus.

Thank you!