dart_git 0.0.2 copy "dart_git: ^0.0.2" to clipboard
dart_git: ^0.0.2 copied to clipboard

A pure dart implementation of Git

7
likes
80/ 140
pub points
19%
popularity

We analyzed this package 10 hours ago, and awarded it 80 pub points (of a possible 140):

failed
Follow Dart file conventions
10 / 30trigger folding of the section

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.

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.

failed
Provide documentation
10 / 20trigger folding of the section

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, 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.

OK
Platform support
20 / 20trigger folding of the section

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.dart that imports:
  • package:dart_git/plumbing/objects/commit.dart that imports:
  • package:dart_git/plumbing/objects/object.dart that imports:
  • package:dart_git/storage/object_storage.dart that imports:
  • package:dart_git/plumbing/pack_file.dart that imports:
  • package:dart_git/utils/bytes_data_reader.dart that imports:
  • package:file/file.dart that imports:
  • package:file/src/interface.dart that imports:
  • package:file/src/io.dart that imports:
  • dart:io
failed
Pass static analysis
30 / 50trigger folding of the section

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

failed
Support up-to-date dependencies
10 / 20trigger folding of the section

0/10 points: All of the package dependencies are supported in the latest version

Package Constraint Compatible Latest
args ^2.0.0 2.4.2 2.4.2
buffer ^1.1.0 1.2.3 1.2.3
collection ^1.15.0 1.18.0 1.18.0
crypto ^3.0.0 3.0.3 3.0.3
equatable ^2.0.0 2.0.5 2.0.5
file ^6.1.0 6.1.4 7.0.0
freezed_annotation ^0.14.1 0.14.3 2.4.1
meta ^1.3.0 1.12.0 1.12.0
path ^1.8.0 1.9.0 1.9.0
quiver ^3.0.0 3.2.1 3.2.1
tuple ^2.0.0 2.0.2 2.0.2
Transitive dependencies
Package Constraint Compatible Latest
async - 2.11.0 2.11.0
boolean_selector - 2.1.1 2.1.1
json_annotation - 4.8.1 4.8.1
matcher - 0.12.16+1 0.12.16+1
source_span - 1.10.0 1.10.0
stack_trace - 1.11.1 1.11.1
stream_channel - 2.1.2 2.1.2
string_scanner - 1.2.0 1.2.0
term_glyph - 1.2.1 1.2.1
test_api - 0.7.0 0.7.0
typed_data - 1.3.2 1.3.2

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

Analyzed with Pana 0.22.2, Dart 3.3.0.

Check the analysis log for details.

7
likes
80
pub points
19%
popularity

Publisher

unverified uploader

A pure dart implementation of Git

Homepage

Documentation

API reference

License

Apache-2.0 (LICENSE)

Dependencies

args, buffer, collection, crypto, equatable, file, freezed_annotation, meta, path, quiver, tuple

More

Packages that depend on dart_git