Skip to content

Releases: MAlazhariy/internet_state_manager

v1.7.1

28 Oct 17:40
fc9bc54
Compare
Choose a tag to compare

[1.7.1] Fix | Replaced internet_connection_checker with internet_connection_checker_plus package

v1.7.0

14 Oct 19:09
014bd5a
Compare
Choose a tag to compare

[1.7.0] Added checkConnectionTimeout option to set the timeout duration when checking real internet connection.

v1.6.1

07 Oct 18:26
067fd36
Compare
Choose a tag to compare

[1.6.1]

Added

  • Change checkConnection return type to Future<bool> to return if connection is available or not.

v1.6.0

07 Oct 18:23
c3bb059
Compare
Choose a tag to compare

[1.6.0]

Added

  • Change checkConnection return type to Future<bool> to return if connection is available or not.

v1.5.0

07 Oct 18:16
Compare
Choose a tag to compare

[1.5.0]

Enhanced

  • Recheck the connection if autoCheckConnection is TRUE or if connection lost.

v1.4.2

02 Oct 09:57
3dd6ba8
Compare
Choose a tag to compare

[fix] update internet_connection_checker version to any

v1.4.1

14 Sep 09:08
Compare
Choose a tag to compare

[1.4.1]

Added

  • internetCheck() context extension to allow checking internet form context extension.

v1.4.0

14 Sep 09:03
Compare
Choose a tag to compare

[1.4.0]

Added

  • internetCheck context extension to allow to check internet form context extension.

v1.3.1

29 Aug 10:32
d5f5c36
Compare
Choose a tag to compare

[1.3.1]

Added

  • internetStateStream accessed from context 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 on iOS even if the local network is none.

v1.2.0

24 Aug 13:01
1b1f69f
Compare
Choose a tag to compare

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 the Duration periodically in a disconnection state.
  • update: example project
  • update: readme.md file