connectivity_monitor 1.0.8 copy "connectivity_monitor: ^1.0.8" to clipboard
connectivity_monitor: ^1.0.8 copied to clipboard

A Flutter package to monitor internet connectivity with dynamic UI updates and toast notifications.

1.0.8 #

Changes: #

  • Fixed null safety issue in dispose method by properly checking if _connectivitySubscription is initialized before canceling it.
  • Changed _connectivitySubscription from late to nullable to prevent potential runtime errors.
  • No breaking changes. Safe upgrade from 1.0.7.

1.0.7 #

Changes: #

  • Minor bug fix in connectivityLoadingWidget parameter.
  • No breaking changes. Safe upgrade from 1.0.6.

1.0.6 #

Changes: #

  • Added connectivityLoadingWidget parameter to allow a custom widget while checking connectivity status.
  • Updated Dart SDK constraint to ">=3.6.0 <4.0.0" to support Dart 3.7.x.
  • No breaking changes. Safe upgrade from 1.0.5.

1.0.5 #

Changes: #

  • Expanded Dart SDK compatibility: updated SDK constraint to ">=3.6.0 <4.0.0" to support newer versions, including Dart 3.7.x.
  • No functional changes. Safe upgrade from 1.0.4.

1.0.4 #

Requirements: #

  • Flutter: >=3.27.1
  • Dart: >=3.6.0
  • Android: compileSdk 35, Java 17, Gradle 8.3

Changes: #

  • BREAKING CHANGE: Increased the minimum Flutter version to 3.27.1.
26
likes
140
points
82
downloads

Publisher

verified publishermahmoudnabil.me

Weekly Downloads

A Flutter package to monitor internet connectivity with dynamic UI updates and toast notifications.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

connectivity_plus, flutter, fluttertoast, http, rxdart

More

Packages that depend on connectivity_monitor