Vanethos / flutter_connectivity_widget

A widget that shows the user if the phone is connected to the internet or not
BSD 2-Clause "Simplified" License
68 stars 34 forks source link

feat: adds retries attempts before returning server call as false #36

Closed Vanethos closed 10 months ago

Vanethos commented 10 months ago

Description Adds new parameter that allows to retry the call [retries] times before setting connection as false. Useful in cases where internet connectivity can be unreliable and we don't want to constantly set the connection to false.