teno_debug 0.0.1 copy "teno_debug: ^0.0.1" to clipboard
teno_debug: ^0.0.1 copied to clipboard

A set of utilities for debugging in Dart

80/ 160
pub points
11
downloads

We analyzed this package 5 days ago, and awarded it 80 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 short.

Add more detail to the description field of pubspec.yaml. Use 50 to 180 characters to describe the package, what it does, and its target use case.

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

16 out of 28 API elements (57.1 %) have documentation comments.

Some symbols that are missing documentation: teno_debug.BlocDebugger, teno_debug.BlocDebugger.BlocDebugger.new, teno_debug.BlocDebugger.details, teno_debug.BlocDebugger.filters, teno_debug.BlocDebugger.printer.

Passed check 10/10 points: Package has an example

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

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

Failed report section
Pass static analysis
0 / 50trigger folding of the section

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

ERROR: Missing concrete implementation of 'BlocObserver.onDone'.

lib/src/bloc_logging.dart:23:7

   ╷
23 │ class BlocObserverComposite implements BlocObserver {
   │       ^^^^^^^^^^^^^^^^^^^^^
   ╵

To reproduce make sure you are using the lints_core and run dart analyze lib/src/bloc_logging.dart

ERROR: Missing concrete implementation of 'BlocObserver.onDone'.

lib/src/bloc_logging.dart:79:7

   ╷
79 │ class BlocDebugger implements BlocObserver {
   │       ^^^^^^^^^^^^
   ╵

To reproduce make sure you are using the lints_core and run dart analyze lib/src/bloc_logging.dart

Passed report section
Support up-to-date dependencies
40 / 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
bloc any 9.2.0 9.2.0
logging any 1.3.0 1.3.0
Transitive dependencies
Package Constraint Compatible Latest Notes
meta - 1.18.1 1.18.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

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

pub downgrade does not expose any static analysis error.

Analyzed with Pana 0.23.10, Dart 3.11.1.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
0
likes
80
points
11
downloads

Publisher

unverified uploader

Weekly Downloads

A set of utilities for debugging in Dart

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

bloc, logging

More

Packages that depend on teno_debug