rikulo_commons 5.2.2
rikulo_commons: ^5.2.2 copied to clipboard
Collections of common reusable classes and utilities for Dart language.
We analyzed this package 18 days ago, and awarded it 110 pub points (of a possible 160):
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: Apache-2.0.
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.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
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.dartthat imports:dart:html
Package not compatible with platform iOS
Because:
package:rikulo_commons/html.dartthat imports:dart:html
Package not compatible with platform Windows
Because:
package:rikulo_commons/html.dartthat imports:dart:html
Package not compatible with platform Linux
Because:
package:rikulo_commons/html.dartthat imports:dart:html
Package not compatible with platform macOS
Because:
package:rikulo_commons/html.dartthat imports:dart:html
Package not compatible with platform Web
Because:
package:rikulo_commons/convert.dartthat imports:dart:io
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
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.
10/10 points: Package supports latest stable Dart and Flutter SDKs
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.