rikulo_commons 6.2.0+1
rikulo_commons: ^6.2.0+1 copied to clipboard
Collections of common reusable classes and utilities for Dart language.
We analyzed this package 18 days ago, and awarded it 120 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 433 API elements (83.1 %) 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
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 167 issues. Showing the first 2:
INFO: Statements in an if should be enclosed in a block.
lib/browser.dart:150:11
╷
150 │ 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:152:11
╷
152 │ 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
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.