dart_git 0.0.2
dart_git: ^0.0.2 copied to clipboard
A pure dart implementation of Git
We analyzed this package 13 hours ago, and awarded it 100 pub points (of a possible 160):
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 50 to 180 characters to describe the package, what it does, and its target use case.
0/5 points: Provide a valid README.md
Links in `README.md` should be secure. 1 link is insecure.
README.md:12:3
╷
12 │ <a href="http://paypal.me/visheshhanda"><img alt="Donate Paypal" src="https://img.shields.io/badge/Donate-Paypal-%231999de"></a>
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
Use https URLs instead.
0/5 points: Provide a valid CHANGELOG.md
No `CHANGELOG.md` found.
Changelog entries help developers follow the progress of your package. Check out the Dart conventions for Maintaining a package changelog.
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
409 out of 970 API elements (42.2 %) have documentation comments.
Some symbols that are missing documentation: add, add.AddCommand, add.AddCommand.AddCommand.new, ascii_helper, ascii_helper.asciiHelper.
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:dart_git/dart_git.dartthat imports:package:dart_git/plumbing/objects/commit.dartthat imports:package:dart_git/plumbing/objects/object.dartthat imports:package:dart_git/storage/object_storage.dartthat imports:package:dart_git/plumbing/pack_file.dartthat imports:package:dart_git/utils/bytes_data_reader.dartthat imports:package:file/file.dartthat imports:package:file/src/interface.dartthat imports:package:file/src/io.dartthat imports:dart:io
30/50 points: code has no errors, warnings, lints, or formatting issues
Found 21 issues. Showing the first 2:
WARNING: The parameter type of '==' operators should be non-nullable.
lib/git_url_parse.freezed.dart:209:17
╷
209 │ bool operator ==(dynamic other) {
│ ^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/git_url_parse.freezed.dart
INFO: The type name 'asciiHelper' isn't an UpperCamelCase identifier.
lib/ascii_helper.dart:1:7
╷
1 │ class asciiHelper {
│ ^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/ascii_helper.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
args |
^2.0.0 |
2.7.0 | 2.7.0 | |
buffer |
^1.1.0 |
1.2.3 | 1.2.3 | |
collection |
^1.15.0 |
1.19.1 | 1.19.1 | |
crypto |
^3.0.0 |
3.0.7 | 3.0.7 | |
equatable |
^2.0.0 |
2.0.7 | 2.0.7 | |
file |
^6.1.0 |
6.1.4 | 7.0.1 | |
freezed_annotation |
^0.14.1 |
0.14.3 | 3.1.0 | |
meta |
^1.3.0 |
1.17.0 | 1.17.0 | |
path |
^1.8.0 |
1.9.1 | 1.9.1 | |
quiver |
^3.0.0 |
3.2.2 | 3.2.2 | |
tuple |
^2.0.0 |
2.0.2 | 2.0.2 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
async |
- | 2.13.0 | 2.13.0 | |
boolean_selector |
- | 2.1.2 | 2.1.2 | |
json_annotation |
- | 4.9.0 | 4.9.0 | |
matcher |
- | 0.12.18 | 0.12.18 | |
source_span |
- | 1.10.1 | 1.10.1 | |
stack_trace |
- | 1.12.1 | 1.12.1 | |
stream_channel |
- | 2.1.4 | 2.1.4 | |
string_scanner |
- | 1.4.1 | 1.4.1 | |
term_glyph |
- | 1.2.2 | 1.2.2 | |
test_api |
- | 0.7.8 | 0.7.8 | |
typed_data |
- | 1.4.0 | 1.4.0 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
The constraint `^6.1.0` on file does not support the stable version `7.0.0`.
Try running dart pub upgrade --major-versions file to update the constraint.
The constraint `^0.14.1` on freezed_annotation does not support the stable version `0.15.0`.
Try running dart pub upgrade --major-versions freezed_annotation 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.23.2, Dart 3.10.0.
Check the analysis log for details.