Skip to content

Latest commit

 

History

History
60 lines (35 loc) · 1.7 KB

CHANGELOG.md

File metadata and controls

60 lines (35 loc) · 1.7 KB

3.0.0

  • Added possibility to adding custom implementation of network checker.
  • Added DNS Over HTTPS for WebHostReachalilityChecker
  • Removed deprecated fields.

2.2.1

  • Support new connectivity plus multiple connection type
  • Fix crash on iphone.

2.2.0

  • Removed InternetAddress constraint on IO platforms (when creating a socket connection check)
  • Changed some ConnectionChecker param names: checkConnectionEntriesNative intead of checkAddresses, checkConnectionEntriesWeb instead of checkApiUrls and hostReachabilityTimeout instead of checkOverDnsTimeout
  • ConnectionEntry class can take a port number, which may be used intead of default DNS port on the native platforms

2.1.3

  • Update dependecies, including connectivity_plus according to ^5.0.2

2.1.2

  • Fix missing export ConnectionEntry class.

2.1.1

  • Update package version

2.1.0

  • Update Flutter version to 3.10.0
  • Update Dart SDK constraints to >=3.0.0 <4.0.0
  • Update http package to 1.1.0

2.0.0

  • Add support for Web platform
  • Breaking changes: Now the package is using ConnectionEntry instead of InternetAddress to determine the connection params. This is because InternetAddress is not supported on Web.
  • Update Dart SDK constraints to >=2.19.0 <4.0.0

1.1.1

  • Fix the problem where connectionStream wasn't emitting the initial event when being offline from the startup. Problem was faced on the Android platform.

1.1.0

  • Update dependencies along with Flutter and Dart SDK constraints.

1.0.2

  • Replace ConnectionType.unknown with ConnectionType.other which is marked as true when it comes to the Online Type.

1.0.1

  • Update documentation links.

1.0.0

  • Initial version.