rikulo_commons 5.2.1 icon indicating copy to clipboard operation
rikulo_commons: ^5.2.1 copied to clipboard

SDKDart

Common reusable Dart classes and utilities.

1
likes
80/ 140
pub points
64%
popularity

We analyzed this package 12 hours ago, and awarded it 80 pub points (of a possible 140):

icon indicating section status
Follow Dart file conventions
10 / 30icon to trigger folding of the section

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 60 to 180 characters to describe the package, what it does, and its target use case.

5/5 points: Provide a valid README.md

5/5 points: Provide a valid CHANGELOG.md

0/10 points: Use an OSI-approved license

No license was recognized.

Consider using an OSI-approved license in the LICENSE file to make it more accessible to the community.

icon indicating section status
Provide documentation
10 / 20icon to trigger folding of the section

0/10 points: Package has an example

No example found.

See package layout guidelines on how to add an example.

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

  • 266 out of 349 API elements (76.2 %) have documentation comments.
icon indicating section status
Platform support
0 / 20icon to trigger folding of the section

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
icon indicating section status
Pass static analysis
20 / 30icon to trigger folding of the section

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

Found 164 issues. Showing the first 2:

INFO: Statements in an if should be enclosed in a block.

lib/browser.dart:149:11

    ╷
149 │           version = version.substring(0, k);
    │           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    ╵

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

INFO: Statements in an if should be enclosed in a block.

lib/browser.dart:151:11

    ╷
151 │           version = version.substring(0, j) + "0" + version.substring(j);
    │           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    ╵

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

icon indicating section status
Support up-to-date dependencies
20 / 20icon to trigger folding of the section

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

PackageConstraintCompatibleLatest
charcodeany1.3.11.3.1
loggingany1.1.11.1.1
mimeany1.0.41.0.4

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

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

icon indicating section status
Support sound null safety
20 / 20icon to trigger folding of the section

20/20 points: Package and dependencies are fully migrated to null safety!

Analysed with Pana 0.21.27, Dart 2.19.4.

1
likes
80
pub points
64%
popularity

Publisher

verified publisher iconquire.io

Common reusable Dart classes and utilities.

Repository (GitHub)
View/report issues

Documentation

API reference

License

Icon for licenses.unknown (LICENSE)

Dependencies

charcode, logging, mime

More

Packages that depend on rikulo_commons