eric 1.0.0-alpha.5
eric: ^1.0.0-alpha.5 copied to clipboard
Read, write and modify a pubspec.yaml including retention and modifications of comments and out of spec content.
We analyzed this package 34 hours ago, and awarded it 140 pub points (of a possible 160):
0/10 points: Provide a valid pubspec.yaml
Failed to verify repository URL.
Please provide a valid repository
URL in pubspec.yaml
, such that:
repository
can be cloned,- a clone of the repository contains a
pubspec.yaml
, which:,- contains
name: eric
, - contains a
version
property, and, - does not contain a
publish_to
property.
- contains
Repository has no matching pubspec.yaml
with name: eric
.
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: MIT
.
10/10 points: 20% or more of the public API has dartdoc comments
174 out of 316 API elements (55.1 %) have documentation comments.
Some symbols that are missing documentation: eric
, eric.CommentsAttached.CommentsAttached.empty
, eric.CommentsAttached.CommentsAttached.new
, eric.CommentsAttached.lines
, eric.CommentsAttached.removeAll
.
10/10 points: Package has an example
20/20 points: Supports 5 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ Windows
-
✓ Linux
-
✓ macOS
These platforms are not supported:
Package not compatible with platform Web
Because:
package:eric/eric.dart
that imports:package:eric/src/internal_parts.dart
that imports:package:eric/src/document/simple_section.dart
that imports:package:eric/src/document/section.dart
that imports:package:eric/src/document/line.dart
that imports:package:eric/src/document/document.dart
that imports:dart:io
0/0 points: WASM compatibility
Package not compatible with runtime wasm
Because:
package:eric/eric.dart
that imports:package:eric/src/internal_parts.dart
that imports:package:eric/src/document/simple_section.dart
that imports:package:eric/src/document/section.dart
that imports:package:eric/src/document/line.dart
that imports:package:eric/src/document/document.dart
that imports:dart:io
This package is not compatible with runtime wasm
, and will not be rewarded full points in a future version of the scoring model.
See https://dart.dev/web/wasm for details.
50/50 points: code has no errors, warnings, lints, or formatting issues
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
fsm2 |
^3.0.0 |
3.2.1 | 3.2.1 | |
meta |
^1.9.1 |
1.17.0 | 1.17.0 | |
path |
^1.8.3 |
1.9.1 | 1.9.1 | |
pub_semver |
^2.1.4 |
2.2.0 | 2.2.0 | |
strings |
^2.0.2 |
2.0.3 | 4.0.0 |
Transitive dependencies
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
args |
- | 2.7.0 | 2.7.0 | |
async |
- | 2.13.0 | 2.13.0 | |
characters |
- | 1.4.1 | 1.4.1 | |
circular_buffer |
- | 0.11.0 | 0.12.0 | |
clock |
- | 1.1.2 | 1.1.2 | |
collection |
- | 1.19.1 | 1.19.1 | |
completer_ex |
- | 4.0.3 | 4.0.3 | |
crypto |
- | 3.0.6 | 3.0.6 | |
dart_console |
- | 4.1.2 | 4.1.2 | |
dcli_common |
- | 4.0.3 | 7.0.2 | |
dcli_core |
- | 4.0.7 | 7.0.3 | |
dcli_terminal |
- | 4.0.3 | 7.0.3 | |
ffi |
- | 2.1.4 | 2.1.4 | |
fixnum |
- | 1.1.1 | 1.1.1 | |
intl |
- | 0.20.2 | 0.20.2 | |
lists |
- | 1.0.1 | 1.0.1 | Discontinued |
logger |
- | 2.6.0 | 2.6.0 | |
logging |
- | 1.3.0 | 1.3.0 | |
scope |
- | 4.1.1 | 5.1.0 | |
simple_logger |
- | 1.10.0 | 1.10.0 | |
sprintf |
- | 7.0.0 | 7.0.0 | |
stack_trace |
- | 1.12.1 | 1.12.1 | |
stacktrace_impl |
- | 2.3.0 | 2.3.0 | Discontinued |
synchronized |
- | 3.4.0 | 3.4.0 | |
tree_iterator |
- | 3.0.0 | 3.0.0 | |
typed_data |
- | 1.4.0 | 1.4.0 | |
unicode |
- | 0.3.1 | 1.1.8 | |
uuid |
- | 4.5.1 | 4.5.1 | |
win32 |
- | 5.14.0 | 5.14.0 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
The constraint `^2.0.2` on strings does not support the stable version `3.0.0`.
Try running dart pub upgrade --major-versions strings
to update the constraint.
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.22.21
, Dart 3.8.1
.
Check the analysis log for details.