internet_builder 0.0.2 copy "internet_builder: ^0.0.2" to clipboard
internet_builder: ^0.0.2 copied to clipboard

A package to show an specific widget based into user device internet connection.

4
likes
120/ 140
pub points
15%
popularity

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

OK
Follow Dart file conventions
30 / 30trigger folding of the section

10/10 points: Provide a valid pubspec.yaml

5/5 points: Provide a valid README.md

5/5 points: Provide a valid CHANGELOG.md

10/10 points: Use an OSI-approved license

Detected license: MIT.

failed
Provide documentation
10 / 20trigger folding of the section

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

23 out of 64 API elements (35.9 %) have documentation comments.

Some symbols that are missing documentation: check_connection_usecase, check_connection_usecase.CheckConnectionUseCase, check_connection_usecase.CheckConnectionUseCase.CheckConnectionUseCase, check_connection_usecase.CheckConnectionUseCase.call, check_connection_usecase.CheckConnectionUseCaseImpl.

0/10 points: Package has an example

No example found.

See package layout guidelines on how to add an example.

OK
Platform support
20 / 20trigger folding of the section

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:internet_builder/domain/usecases/check_connection_usecase.dart that imports:
  • package:internet_builder/infra/drivers/internet_connection_driver.dart that imports:
  • package:internet_connection_checker/internet_connection_checker.dart that imports:
  • dart:io
OK
Pass static analysis
50 / 50trigger folding of the section

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

failed
Support up-to-date dependencies
10 / 20trigger folding of the section

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

Package Constraint Compatible Latest
dartz ^0.10.1 0.10.1 0.10.1
equatable ^2.0.3 2.0.5 2.0.5
flutter flutter 0.0.0 0.0.0
flutter_bloc ^8.0.1 8.1.5 8.1.5
internet_connection_checker ^0.0.1+4 0.0.1+4 1.0.0+1
Transitive dependencies
Package Constraint Compatible Latest
bloc - 8.1.4 8.1.4
characters - 1.3.0 1.3.0
collection - 1.18.0 1.18.0
material_color_utilities - 0.8.0 0.11.1
meta - 1.11.0 1.14.0
nested - 1.0.0 1.0.0
provider - 6.1.2 6.1.2
sky_engine - 0.0.99 0.0.99
vector_math - 2.1.4 2.1.4

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

The constraint `^0.0.1+4` on internet_connection_checker does not support the stable version `1.0.0`.

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

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

Analyzed with Pana 0.22.3, Flutter 3.19.6, Dart 3.3.4.

Check the analysis log for details.

4
likes
120
pub points
15%
popularity

Publisher

unverified uploader

A package to show an specific widget based into user device internet connection.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

dartz, equatable, flutter, flutter_bloc, internet_connection_checker

More

Packages that depend on internet_builder