file_system_model 0.0.3
file_system_model: ^0.0.3 copied to clipboard
file_system_model is FileSystemEntity operation utility library for dart.
We analyzed this package 4 days ago, and awarded it 120 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: file_system_model
, - contains a
version
property, and, - does not contain a
publish_to
property.
- contains
pubspec.yaml
from the repository URL mismatch: expected https://gitlab.com/bpriver_pub/file_system_model
but got https://gitlab.com/bpriver_public/file_system_model
.
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: BSD-3-Clause
.
10/10 points: 20% or more of the public API has dartdoc comments
122 out of 320 API elements (38.1 %) have documentation comments.
Some symbols that are missing documentation: file_system_model
, file_system_model.EmptyLinkModel.EmptyLinkModel.new
, file_system_model.EmptyLinkModel.change
, file_system_model.EmptyLinkModel.changeExhaustive
, file_system_model.EmptyLinkModel.content
.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add 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:file_system_model/file_system_model.dart
that imports:package:file_system_model/src/particle/particle_layer.dart
that imports:package:file_system_model/src/particle/file_system_model_branch/file_system_model_branch.dart
that imports:dart:io
0/0 points: WASM compatibility
Package not compatible with runtime wasm
Because:
package:file_system_model/file_system_model.dart
that imports:package:file_system_model/src/particle/particle_layer.dart
that imports:package:file_system_model/src/particle/file_system_model_branch/file_system_model_branch.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.cn/web/wasm for details.
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 59 issues. Showing the first 2:
INFO: The variable name 'FileSystemModelExceptionHCheckResult' isn't a lowerCamelCase identifier.
lib/src/atom/file_system_model/file/file_model.dart:38:15
╷
38 │ final FileSystemModelExceptionHCheckResult = FileSystemModelExceptionH.check(fileSystemEntity);
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/atom/file_system_model/file/file_model.dart
INFO: The variable name 'FileSystemModelExceptionICheckResult' isn't a lowerCamelCase identifier.
lib/src/atom/file_system_model/folder/folder_model.dart:37:15
╷
37 │ final FileSystemModelExceptionICheckResult = FileSystemModelExceptionI.check(fileSystemEntity);
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/atom/file_system_model/folder/folder_model.dart
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
bpriver_concept |
^0.0.1 |
0.0.1 | 0.0.1 | Discontinued |
bpriver_design_pattern |
^0.0.1 |
0.0.1 | 0.0.1 | Discontinued |
logger_result |
^0.0.1 |
0.0.2 | 0.0.2 | Discontinued |
path |
^1.8.3 |
1.9.1 | 1.9.1 |
Transitive dependencies
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
change_case |
- | 1.1.0 | 2.2.0 | |
colorx |
- | 1.0.0 | 1.0.0 | |
meta |
- | 1.17.0 | 1.17.0 | |
yaml_writer |
- | 1.0.3 | 2.1.0 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
The package has one or more discontinued direct dependencies.
Discontinued packages are no longer maintained, and can end up being a
liability.
Consider migrating away from these dependencies:
- bpriver_concept
- bpriver_design_pattern
- logger_result.
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.23
, Dart 3.9.3
.
Check the analysis log for details.