git_core 0.1.0-dev.1
git_core: ^0.1.0-dev.1 copied to clipboard
A pure Dart foundation for reading and writing Git repositories and objects.
We analyzed this package 9 hours 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: MIT.
0/10 points: 20% or more of the public API has dartdoc comments
21 out of 708 API elements (3.0 %) have documentation comments.
Providing good documentation for libraries, classes, functions, and other API elements improves code readability and helps developers find and use your API. Document at least 20% of the public API elements.
To highlight public API members missing documentation consider enabling the public_member_api_docs lint.
Some symbols that are missing documentation: git_core, git_core.GitApplyAbortResult, git_core.GitApplyAbortResult.GitApplyAbortResult.new, git_core.GitApplyAbortResult.conflictPaths, git_core.GitApplyAbortResult.indexRestored.
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:git_core/git_core.dartthat imports:package:git_core/src/git_repository.dartthat imports:package:git_core/src/git_pack_codec.dartthat imports:dart:io
30/50 points: code has no errors, warnings, lints, or formatting issues
WARNING: Returning a 'Future' without 'await' inside a try block.
lib/src/git_repository.dart:10370:7
╷
10370 │ return response.fold<List<int>>(
│ ^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/git_repository.dart
10/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
archive |
^4.0.0 |
4.3.0 | 4.3.0 | |
crypto |
^3.0.0 |
3.0.7 | 3.0.7 | |
dartssh2 |
^2.17.1 |
2.22.5 | 4.1.0 | |
path |
^1.9.1 |
1.9.1 | 1.9.1 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
asn1lib |
- | 1.6.5 | 1.6.5 | |
collection |
- | 1.19.1 | 1.19.1 | |
convert |
- | 3.1.2 | 3.1.2 | |
ffi |
- | 2.2.0 | 2.2.0 | |
meta |
- | 1.19.0 | 1.19.0 | |
pinenacl |
- | 0.6.0 | 0.6.0 | |
pointycastle |
- | 4.0.0 | 4.0.0 | |
posix |
- | 6.5.2 | 6.5.2 | |
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 `^2.17.1` on dartssh2 does not support the stable version `3.0.0`, that was published 28 days ago.
When dartssh2 is 30 days old, this package will no longer be awarded points in this category.
Try running dart pub upgrade --major-versions dartssh2 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.19, Dart 3.13.1.
Check the analysis log for details.