connectivity_watcher 1.0.3 copy "connectivity_watcher: ^1.0.3" to clipboard
connectivity_watcher: ^1.0.3 copied to clipboard

A Flutter package to check your internet connection with subsecond response times, even on mobile networks!.

38
likes
140/ 160
pub points
216
downloads

We analyzed this package 6 days ago, and awarded it 140 pub points (of a possible 160):

Passed report section
Follow Dart file conventions
30 / 30trigger folding of the section

Passed check 10/10 points: Provide a valid pubspec.yaml

Passed check 5/5 points: Provide a valid README.md

Passed check 5/5 points: Provide a valid CHANGELOG.md

Passed check 10/10 points: Use an OSI-approved license

Detected license: MIT.

Passed report section
Provide documentation
20 / 20trigger folding of the section

Passed check 10/10 points: 20% or more of the public API has dartdoc comments

14 out of 53 API elements (26.4 %) have documentation comments.

Some symbols that are missing documentation: connection_aware_app, connection_aware_app.ConnectionAwareApp, connection_aware_app.ConnectionAwareApp.ConnectionAwareApp.new, connection_aware_app.ConnectionAwareApp.builder, connection_aware_app.ConnectionAwareApp.noInternetText.

Passed check 10/10 points: Package has an example

Failed report section
Platform support
20 / 20trigger folding of the section

Passed check 20/20 points: Supports 5 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)

  • ✓ Android

  • ✓ iOS

  • ✓ Windows

  • ✓ Linux

  • ✓ macOS

These platforms are not supported:

Package not compatible with platform Web

Because:

  • package:connectivity_watcher/connectivity_watcher.dart that imports:
  • package:connectivity_watcher/watcher_barrel.dart that imports:
  • package:connectivity_watcher/widgets/connection_aware_app.dart that imports:
  • package:connectivity_watcher/widgets/custom_no_internet.dart that imports:
  • package:connectivity_watcher/controller/connectivity_controller.dart that imports:
  • package:internet_connection_checker/internet_connection_checker.dart that imports:
  • dart:io

Failed check 0/0 points: WASM compatibility

Package not compatible with runtime wasm

Because:

  • package:connectivity_watcher/connectivity_watcher.dart that imports:
  • package:connectivity_watcher/watcher_barrel.dart that imports:
  • package:connectivity_watcher/widgets/connection_aware_app.dart that imports:
  • package:connectivity_watcher/widgets/custom_no_internet.dart that imports:
  • package:connectivity_watcher/controller/connectivity_controller.dart that imports:
  • package:internet_connection_checker/internet_connection_checker.dart that imports:
  • dart:io

This package is not compatible with runtime wasm, and will not be rewarded full points in a future version of the scoring model.

See https://dart.dev/web/wasm for details.

Partially passed report section
Pass static analysis
40 / 50trigger folding of the section

Partially passed check 40/50 points: code has no errors, warnings, lints, or formatting issues

INFO: Empty catch block.

lib/controller/connectivity_controller.dart:72:23

   ╷
72 │           } catch (e) {}
   │                       ^^
   ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/controller/connectivity_controller.dart

Failed report section
Support up-to-date dependencies
30 / 40trigger folding of the section

Failed check 0/10 points: All of the package dependencies are supported in the latest version

Package Constraint Compatible Latest Notes
internet_connection_checker ^1.0.0+1 1.0.0+1 3.0.1
provider ^6.1.1 6.1.5 6.1.5
Transitive dependencies
Package Constraint Compatible Latest Notes
characters - 1.4.0 1.4.0
collection - 1.19.1 1.19.1
material_color_utilities - 0.11.1 0.12.0
meta - 1.16.0 1.16.0
nested - 1.0.0 1.0.0
vector_math - 2.1.4 2.1.5

To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.

The constraint `^1.0.0+1` on internet_connection_checker does not support the stable version `3.0.0`.

Try running dart pub upgrade --major-versions internet_connection_checker to update the constraint.

Passed check 10/10 points: Package supports latest stable Dart and Flutter SDKs

Passed check 20/20 points: Compatible with dependency constraint lower bounds

pub downgrade does not expose any static analysis error.

Analyzed with Pana 0.22.21, Flutter 3.29.3, Dart 3.7.2.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
38
likes
140
points
216
downloads

Publisher

verified publisherthezerone.com

Weekly Downloads

A Flutter package to check your internet connection with subsecond response times, even on mobile networks!.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter, internet_connection_checker, provider

More

Packages that depend on connectivity_watcher