rikulo_commons 5.2.1
rikulo_commons: ^5.2.1 copied to clipboard
Common reusable Dart classes and utilities.
We analyzed this package 12 hours ago, and awarded it 80 pub points (of a possible 140):
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.
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.
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
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
10/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest |
---|---|---|---|
charcode | any | 1.3.1 | 1.3.1 |
logging | any | 1.1.1 | 1.1.1 |
mime | any | 1.0.4 | 1.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
20/20 points: Package and dependencies are fully migrated to null safety!
Analysed with Pana 0.21.27
, Dart 2.19.4
.