rikulo_commons 5.2.2 copy "rikulo_commons: ^5.2.2" to clipboard
rikulo_commons: ^5.2.2 copied to clipboard

SDKDart
outdated

Collections of common reusable classes and utilities for Dart language.

110/ 160
pub points
1.6k
downloads

We analyzed this package 18 days ago, and awarded it 110 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: Apache-2.0.

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

360 out of 430 API elements (83.7 %) have documentation comments.

Some symbols that are missing documentation: rikulo_async, rikulo_async.CapturableStreamProvider.CapturableStreamProvider.new, rikulo_async.CapturableStreamTarget.CapturableStreamTarget.new, rikulo_async.StreamProvider.StreamProvider.new, rikulo_async.StreamTarget.StreamTarget.new.

Failed check 0/10 points: Package has an example

No example found.

See package layout guidelines on how to add 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)

These platforms are not supported:

Package not compatible with platform Android

Because:

  • package:rikulo_commons/html.dart that imports:
  • dart:html
Package not compatible with platform iOS

Because:

  • package:rikulo_commons/html.dart that imports:
  • dart:html
Package not compatible with platform Windows

Because:

  • package:rikulo_commons/html.dart that imports:
  • dart:html
Package not compatible with platform Linux

Because:

  • package:rikulo_commons/html.dart that imports:
  • dart:html
Package not compatible with platform macOS

Because:

  • package:rikulo_commons/html.dart that imports:
  • dart:html
Package not compatible with platform Web

Because:

  • package:rikulo_commons/convert.dart that imports:
  • dart:io
Failed report section
Pass static analysis
30 / 50trigger folding of the section

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

Found 179 issues. Showing the first 2:

WARNING: This API is available since SDK 2.14.0, but constraints '>=2.12.0 <3.0.0' don't guarantee it.

lib/src/async/defer.dart:194:30

    ╷
194 │   int get hashCode => Object.hash(key, category); //key can be null...
    │                              ^^^^
    ╵

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

WARNING: This API is available since SDK 2.14.0, but constraints '>=2.12.0 <3.0.0' don't guarantee it.

lib/src/util/color.dart:125:30

    ╷
125 │   int get hashCode => Object.hash(red, green, blue, alpha);
    │                              ^^^^
    ╵

To reproduce make sure you are using the lints_core and run dart analyze lib/src/util/color.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
charcode any 1.4.0 1.4.0
logging any 1.3.0 1.3.0
mime any 2.0.0 2.0.0

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.3, Dart 3.10.4.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
1
likes
110
points
1.6k
downloads

Publisher

verified publisherquire.io

Weekly Downloads

Collections of common reusable classes and utilities for Dart language.

Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

charcode, logging, mime

More

Packages that depend on rikulo_commons