Releases: MAlazhariy/internet_state_manager
Releases · MAlazhariy/internet_state_manager
v1.7.1
v1.7.0
[1.7.0] Added checkConnectionTimeout
option to set the timeout duration when checking real internet connection.
v1.6.1
[1.6.1]
Added
- Change
checkConnection
return type toFuture<bool>
to return if connection is available or not.
v1.6.0
[1.6.0]
Added
- Change
checkConnection
return type toFuture<bool>
to return if connection is available or not.
v1.5.0
[1.5.0]
Enhanced
- Recheck the connection if
autoCheckConnection
is TRUE or if connection lost.
v1.4.2
[fix] update internet_connection_checker version to any
v1.4.1
[1.4.1]
Added
internetCheck()
context extension to allow checking internet form context extension.
v1.4.0
[1.4.0]
Added
internetCheck
context extension to allow to check internet form context extension.
v1.3.1
[1.3.1]
Added
internetStateStream
accessed fromcontext
to listen for internet connection changes only (without listening to loading states), i.e.:context.internetStateStream.listen((status){})
.
Fixed
- ios 12+ known issues with
ConnectivityPlus
that get none even if the local network is available,
the bloc is now checking the real internet connection oniOS
even if the local network is none.
v1.2.0
Version 1.2.0
- enhancement: emit loading state only when disconnected and local network is available (i.e.: wifi) | decrease emitting unnecessary states as no need to get loading state in other cases.
- add:
showLogs
option to show prints. - add:
disconnectionCheckPeriodic
option to set theDuration
periodically in a disconnection state. - update: example project
- update: readme.md file