gg 2.0.5 copy "gg: ^2.0.5" to clipboard
gg: ^2.0.5 copied to clipboard

A collection of checks and actions like analyzing, linting, testing, code coverage, committing, pushing, publishing.

130/ 160
pub points
398
downloads

We analyzed this package 6 hours ago, and awarded it 130 pub points (of a possible 160):

Passed report section
Follow Dart file conventions
30 / 30trigger folding of the section

Passed check 10/10 points: Provide a valid pubspec.yaml

Passed check 5/5 points: Provide a valid README.md

Passed check 5/5 points: Provide a valid CHANGELOG.md

Passed check 10/10 points: Use an OSI-approved license

Detected license: MIT.

Passed report section
Provide documentation
20 / 20trigger folding of the section

Passed check 10/10 points: 20% or more of the public API has dartdoc comments

492 out of 502 API elements (98.0 %) have documentation comments.

Some symbols that are missing documentation: gg, gg.MockAnalyze.MockAnalyze.new, gg.MockCanCommit.MockCanCommit.new, gg.MockCanPush.MockCanPush.new, gg.MockDidCommit.MockDidCommit.new.

Passed check 10/10 points: Package has an example

Passed report section
Platform support
20 / 20trigger folding of the section

Passed check 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:gg/gg.dart that imports:
  • package:gg/src/commands/info.dart that imports:
  • package:gg_git/gg_git.dart that imports:
  • package:gg_git/src/base/gg_git_base.dart that imports:
  • package:gg_process/gg_process.dart that imports:
  • package:gg_process/src/gg_process_wrapper.dart that imports:
  • dart:io
Passed report section
Pass static analysis
50 / 50trigger folding of the section

Passed check 50/50 points: code has no errors, warnings, lints, or formatting issues

Failed report section
Support up-to-date dependencies
10 / 40trigger folding of the section

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

Package Constraint Compatible Latest Notes
args ^2.4.2 2.7.0 2.7.0
gg_args ^1.1.10 1.1.17 2.0.4
gg_capture_print ^1.0.3 1.0.9 1.0.9
gg_changelog ^1.0.0 1.0.8 1.0.12
gg_console_colors ^2.0.1 2.1.5 2.1.5
gg_git ^2.0.0 2.5.9 3.0.6
gg_is_flutter ^1.0.3 1.0.5 1.0.7
gg_is_github ^1.0.1 1.0.6 1.0.6
gg_json ^1.0.0 1.0.6 2.0.2 Discontinued
gg_log ^1.0.0 1.0.6 1.0.6
gg_process ^1.0.6 1.1.6 1.1.6
gg_publish ^3.0.0 3.0.13 3.0.18
gg_status_printer ^1.1.0 1.1.4 1.1.4
gg_test ^1.0.3 1.0.11 1.1.7
gg_version ^4.0.0 4.0.1 4.0.4
meta ^1.12.0 1.17.0 1.17.0
mocktail ^1.0.3 1.0.4 1.0.4
path ^1.8.0 1.9.1 1.9.1
pub_semver ^2.1.4 2.2.0 2.2.0
recase ^4.1.0 4.1.0 4.1.0
yaml ^3.1.2 3.1.3 3.1.3
yaml_edit ^2.2.0 2.2.3 2.2.3
Transitive dependencies
Package Constraint Compatible Latest Notes
async - 2.13.0 2.13.0
boolean_selector - 2.1.2 2.1.2
change - 0.7.5 0.7.5
checked_yaml - 2.0.4 2.0.4
cider - 0.2.9 0.2.9
clock - 1.1.2 1.1.2
collection - 1.19.1 1.19.1
colorize - 3.0.0 3.0.0
gg_hash - 1.0.4 1.0.4
gg_project_root - 1.0.2 1.0.4
http - 1.6.0 1.6.0
http_parser - 4.1.2 4.1.2
intl - 0.20.2 0.20.2
json_annotation - 4.9.0 4.9.0
markdown - 7.3.0 7.3.0
marker - 0.6.0 0.6.0
matcher - 0.12.18 0.12.18
pubspec_parse - 1.5.0 1.5.0
rfc_6901 - 0.2.1 0.2.1
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
version_manipulation - 0.2.0 0.2.0
web - 1.1.1 1.1.1

To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.

Found 4 issues. Showing the first 2:

The constraint `^1.1.10` on gg_args does not support the stable version `2.0.0`.

Try running dart pub upgrade --major-versions gg_args to update the constraint.

The constraint `^2.0.0` on gg_git does not support the stable version `3.0.0`.

Try running dart pub upgrade --major-versions gg_git to update the constraint.

Passed check 10/10 points: Package supports latest stable Dart and Flutter SDKs

Failed check 0/20 points: Compatible with dependency constraint lower bounds

downgrade analysis failed failed with 9 errors:

  • UNDEFINED_METHOD - lib/src/commands/check/analyze.dart:57:12 - The method 'ErrorInfoReader' isn't defined for the type 'Analyze'.
  • UNDEFINED_METHOD - lib/src/commands/check/analyze.dart:58:12 - The method 'ErrorInfoReader' isn't defined for the type 'Analyze'.
  • UNDEFINED_METHOD - lib/src/commands/check/format.dart:59:21 - The method 'ErrorInfoReader' isn't defined for the type 'Format'.

Run dart pub downgrade and then dart analyze to reproduce the above problem.

You may run dart pub upgrade --tighten to update your dependency constraints, see dart.dev/go/downgrade-testing for details.

Analyzed with Pana 0.23.4, Dart 3.10.4.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
1
likes
130
points
398
downloads

Publisher

verified publisherinlavigo.com

Weekly Downloads

A collection of checks and actions like analyzing, linting, testing, code coverage, committing, pushing, publishing.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

args, gg_args, gg_capture_print, gg_changelog, gg_console_colors, gg_git, gg_is_flutter, gg_is_github, gg_json, gg_log, gg_process, gg_publish, gg_status_printer, gg_test, gg_version, meta, mocktail, path, pub_semver, recase, yaml, yaml_edit

More

Packages that depend on gg