connectivity_plus_wrapper 1.0.0 copy "connectivity_plus_wrapper: ^1.0.0" to clipboard
connectivity_plus_wrapper: ^1.0.0 copied to clipboard

A smarter, more insightful Flutter connectivity package.** Goes beyond basic online/offline detection to provide meaningful connection statuses, quality analysis, and seamless transition handling.

130/ 160
pub points
114
downloads

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

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

Failed check 0/10 points: Provide a valid pubspec.yaml

The package description is too long.

Search engines display only the first part of the description. Try to keep the value of the description field in your package's pubspec.yaml file between 60 and 180 characters.

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

26 out of 48 API elements (54.2 %) have documentation comments.

Some symbols that are missing documentation: connectivity_plus_wrapper, connectivity_plus_wrapper.ConnectionStatusExtensions, connectivity_plus_wrapper.ConnectionTransition.ConnectionTransition.new, connectivity_plus_wrapper.ConnectionTransition.duration, connectivity_plus_wrapper.ConnectionTransition.from.

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_plus_wrapper/connectivity_plus_wrapper.dart that imports:
  • package:connectivity_plus_wrapper/src/widgets/connectivity_overlay.dart that imports:
  • package:connectivity_plus_wrapper/src/connectivity_wrapper.dart that imports:
  • package:connectivity_plus_wrapper/src/status_mapper.dart that imports:
  • package:internet_connection_checker/internet_connection_checker.dart that imports:
  • dart:io

These issues are present but do not affect the score, because they may not originate in your package:

Package does not support platform `Android`.

Because:

  • package:connectivity_plus_wrapper/connectivity_plus_wrapper.dart that imports:
  • package:connectivity_plus_wrapper/src/widgets/connectivity_overlay.dart that imports:
  • package:connectivity_plus_wrapper/src/connectivity_wrapper.dart that imports:
  • package:connectivity_plus_wrapper/src/status_mapper.dart that imports:
  • package:connectivity_plus/connectivity_plus.dart that imports:
  • package:connectivity_plus/src/connectivity_plus_linux.dart that imports:
  • package:nm/nm.dart that declares support for platforms: Linux.
Package does not support platform `iOS`.

Because:

  • package:connectivity_plus_wrapper/connectivity_plus_wrapper.dart that imports:
  • package:connectivity_plus_wrapper/src/widgets/connectivity_overlay.dart that imports:
  • package:connectivity_plus_wrapper/src/connectivity_wrapper.dart that imports:
  • package:connectivity_plus_wrapper/src/status_mapper.dart that imports:
  • package:connectivity_plus/connectivity_plus.dart that imports:
  • package:connectivity_plus/src/connectivity_plus_linux.dart that imports:
  • package:nm/nm.dart that declares support for platforms: Linux.
Package does not support platform `Windows`.

Because:

  • package:connectivity_plus_wrapper/connectivity_plus_wrapper.dart that imports:
  • package:connectivity_plus_wrapper/src/widgets/connectivity_overlay.dart that imports:
  • package:connectivity_plus_wrapper/src/connectivity_wrapper.dart that imports:
  • package:connectivity_plus_wrapper/src/status_mapper.dart that imports:
  • package:connectivity_plus/connectivity_plus.dart that imports:
  • package:connectivity_plus/src/connectivity_plus_linux.dart that imports:
  • package:nm/nm.dart that declares support for platforms: Linux.
Package does not support platform `macOS`.

Because:

  • package:connectivity_plus_wrapper/connectivity_plus_wrapper.dart that imports:
  • package:connectivity_plus_wrapper/src/widgets/connectivity_overlay.dart that imports:
  • package:connectivity_plus_wrapper/src/connectivity_wrapper.dart that imports:
  • package:connectivity_plus_wrapper/src/status_mapper.dart that imports:
  • package:connectivity_plus/connectivity_plus.dart that imports:
  • package:connectivity_plus/src/connectivity_plus_linux.dart that imports:
  • package:nm/nm.dart that declares support for platforms: Linux.

Failed check 0/0 points: WASM compatibility

Package not compatible with runtime wasm

Because:

  • package:connectivity_plus_wrapper/connectivity_plus_wrapper.dart that imports:
  • package:connectivity_plus_wrapper/src/widgets/connectivity_overlay.dart that imports:
  • package:connectivity_plus_wrapper/src/connectivity_wrapper.dart that imports:
  • package:connectivity_plus_wrapper/src/status_mapper.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

Found 8 issues. Showing the first 2:

/tmp/pana_QQCRIM/lib/connectivity_plus_wrapper.dart doesn't match the Dart formatter.

To format your files run: dart format .

/tmp/pana_QQCRIM/lib/src/connection_status.dart doesn't match the Dart formatter.

To format your files run: dart format .

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
connectivity_plus ^5.0.0 5.0.2 7.0.0
internet_connection_checker ^1.0.0 1.0.0+1 3.0.1
Transitive dependencies
Package Constraint Compatible Latest Notes
args - 2.7.0 2.7.0
characters - 1.4.0 1.4.1
collection - 1.19.1 1.19.1
connectivity_plus_platform_interface - 1.2.4 2.0.1
dbus - 0.7.11 0.7.11
ffi - 2.1.4 2.1.4
js - 0.6.7 0.7.2 Discontinued
material_color_utilities - 0.11.1 0.13.0
meta - 1.16.0 1.17.0
nm - 0.5.0 0.5.0
petitparser - 7.0.1 7.0.1
plugin_platform_interface - 2.1.8 2.1.8
vector_math - 2.2.0 2.2.0
xml - 6.6.1 6.6.1

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

The constraint `^5.0.0` on connectivity_plus does not support the stable version `6.0.0`.

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

The constraint `^1.0.0` 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.23, Flutter 3.35.4, Dart 3.9.2.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
0
likes
130
points
114
downloads

Publisher

unverified uploader

Weekly Downloads

A smarter, more insightful Flutter connectivity package.** Goes beyond basic online/offline detection to provide meaningful connection statuses, quality analysis, and seamless transition handling.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

connectivity_plus, flutter, internet_connection_checker

More

Packages that depend on connectivity_plus_wrapper