flutter_network_reachability_banner 0.1.0 copy "flutter_network_reachability_banner: ^0.1.0" to clipboard
flutter_network_reachability_banner: ^0.1.0 copied to clipboard

Minimal offline/online banner with retry hooks. Reduces support noise during outages.

115/ 160
pub points
14
downloads

We analyzed this package 36 hours ago, and awarded it 115 pub points (of a possible 160):

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

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

  • pubspec.yaml doesn't have a homepage entry.

  • pubspec.yaml doesn't have a repository entry.

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

Failed check 0/5 points: Provide a valid CHANGELOG.md

`CHANGELOG.md` does not contain reference to the current version ("0.1.0").

Changelog entries help developers follow the progress of your package. Check out the Dart conventions for Maintaining a package changelog.

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

Detected license: MIT.

Failed report section
Provide documentation
10 / 20trigger folding of the section

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

16 out of 47 API elements (34.0 %) have documentation comments.

Some symbols that are missing documentation: flutter_network_reachability_banner, flutter_network_reachability_banner.Calculator.Calculator.new, network_reachability_banner, network_reachability_banner.BannerPosition, network_reachability_banner.DefaultReachabilityService.DefaultReachabilityService.new.

Failed check 0/10 points: Package has an example

No example found.

See package layout guidelines on how to add an example.

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

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

  • ✓ Android

  • ✓ iOS

  • ✓ Windows

  • ✓ Linux

  • ✓ macOS

  • ✓ Web

Passed check 0/0 points: WASM compatibility

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

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

Passed report section
Pass static analysis
50 / 50trigger folding of the section

Passed check 50/50 points: code has no errors, warnings, lints, or formatting issues

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

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

Package Constraint Compatible Latest Notes
connectivity_plus any 7.0.0 7.0.0
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 - 2.0.1 2.0.1
dbus - 0.7.11 0.7.11
ffi - 2.1.5 2.1.5
material_color_utilities - 0.11.1 0.13.0
meta - 1.17.0 1.18.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
web - 1.1.1 1.1.1
xml - 6.6.1 6.6.1

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

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

Failed check 0/20 points: Compatible with dependency constraint lower bounds

downgrade analysis failed failed with 3 errors:

  • ARGUMENT_TYPE_NOT_ASSIGNABLE - lib/src/reachability_service.dart:29:20 - The argument type '_Debounce<List
  • UNDEFINED_METHOD - lib/src/reachability_service.dart:50:18 - The method 'contains' isn't defined for the type 'ConnectivityResult'.
  • UNDEFINED_GETTER - lib/src/reachability_service.dart:50:62 - The getter 'isEmpty' isn't defined for the type 'ConnectivityResult'.

Run flutter pub downgrade and then flutter analyze to reproduce the above problem.

You may run dart pub upgrade --tighten to update your dependency constraints, see dart.dev/go/downgrade-testing for details.

Analyzed with Pana 0.23.8, Flutter 3.38.6, Dart 3.10.7.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
1
likes
115
points
14
downloads

Publisher

verified publishermuz.satech.dev

Weekly Downloads

Minimal offline/online banner with retry hooks. Reduces support noise during outages.

Documentation

API reference

License

MIT (license)

Dependencies

connectivity_plus, flutter

More

Packages that depend on flutter_network_reachability_banner