publish_tools 0.1.0+17 publish_tools: ^0.1.0+17 copied to clipboard
Do you want to commit to GitHub, publish to pub.dev and HomeBrew with one simple command? Use this package.
We analyzed this package 4 days ago, and awarded it 140 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
.
10/10 points: 20% or more of the public API has dartdoc comments
8 out of 32 API elements (25.0 %) have documentation comments.
Some symbols that are missing documentation: meta.pubSpec
, publish_tools.MarkdownTemplate
, publish_tools.MarkdownTemplate.MarkdownTemplate
, publish_tools.MarkdownTemplate.MarkdownTemplate.fromJson
, publish_tools.MarkdownTemplate.MarkdownTemplate.fromYamlMap
.
10/10 points: Package has an example
20/20 points: Supports 3 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Windows
-
✓ Linux
-
✓ macOS
These platforms are not supported:
Package not compatible with platform Android
Because:
package:publish_tools/publish_tools.dart
that imports:package:publish_tools/src/publish_tools_base.dart
that imports:package:grinder/grinder.dart
that imports:package:grinder/src/grinder.dart
that imports:package:grinder/src/singleton.dart
that imports:package:grinder/src/utils.dart
that imports:dart:mirrors
Package not compatible with platform iOS
Because:
package:publish_tools/publish_tools.dart
that imports:package:publish_tools/src/publish_tools_base.dart
that imports:package:grinder/grinder.dart
that imports:package:grinder/src/grinder.dart
that imports:package:grinder/src/singleton.dart
that imports:package:grinder/src/utils.dart
that imports:dart:mirrors
Package not compatible with platform Web
Because:
package:publish_tools/publish_tools.dart
that imports:package:publish_tools/src/publish_tools_base.dart
that imports:package:universal_io/io.dart
that imports:package:universal_io/src/_exports_in_browser.dart
that imports:package:universal_io/src/internet_address.dart
that imports:dart:io
0/0 points: WASM compatibility
Package not compatible with runtime wasm
Because:
package:publish_tools/publish_tools.dart
that imports:package:publish_tools/src/publish_tools_base.dart
that imports:package:universal_io/io.dart
that imports:package:universal_io/src/_exports_in_vm.dart
that imports:package:universal_io/src/new_universal_http_client.dart
that imports:package:universal_io/src/_helpers.dart
that imports:package:universal_io/src/_helpers_impl_elsewhere.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.dev/web/wasm for details.
50/50 points: code has no errors, warnings, lints, or formatting issues
10/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest |
---|---|---|---|
crypto |
^3.0.3 |
3.0.6 | 3.0.6 |
git |
^2.2.1 |
2.3.0 | 2.3.0 |
github |
^9.24.0 |
9.24.0 | 9.24.0 |
grinder |
^0.9.5 |
0.9.5 | 0.9.5 |
http |
^1.2.1 |
1.2.2 | 1.2.2 |
json_annotation |
^4.8.1 |
4.9.0 | 4.9.0 |
mustache_template |
^2.0.0 |
2.0.0 | 2.0.0 |
path |
^1.9.0 |
1.9.1 | 1.9.1 |
pubspec |
^2.3.0 |
2.3.0 | 2.3.0 |
recase |
^4.1.0 |
4.1.0 | 4.1.0 |
universal_io |
^2.2.2 |
2.2.2 | 2.2.2 |
yaml |
^3.1.2 |
3.1.2 | 3.1.2 |
Transitive dependencies
Package | Constraint | Compatible | Latest |
---|---|---|---|
async |
- | 2.12.0 | 2.12.0 |
boolean_selector |
- | 2.1.2 | 2.1.2 |
cli_util |
- | 0.4.2 | 0.4.2 |
collection |
- | 1.19.1 | 1.19.1 |
file |
- | 7.0.1 | 7.0.1 |
glob |
- | 2.1.2 | 2.1.2 |
http_parser |
- | 4.1.1 | 4.1.1 |
matcher |
- | 0.12.17 | 0.12.17 |
meta |
- | 1.16.0 | 1.16.0 |
pub_semver |
- | 2.1.4 | 2.1.4 |
quiver |
- | 3.2.2 | 3.2.2 |
source_span |
- | 1.10.0 | 1.10.0 |
stack_trace |
- | 1.12.0 | 1.12.0 |
stream_channel |
- | 2.1.2 | 2.1.2 |
string_scanner |
- | 1.4.0 | 1.4.0 |
term_glyph |
- | 1.2.1 | 1.2.1 |
test_api |
- | 0.7.3 | 0.7.3 |
typed_data |
- | 1.4.0 | 1.4.0 |
uri |
- | 1.0.0 | 1.0.0 |
web |
- | 1.1.0 | 1.1.0 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
10/10 points: Package supports latest stable Dart and Flutter SDKs
0/20 points: Compatible with dependency constraint lower bounds
downgrade analysis failed failed with 6 errors:
UNDEFINED_GETTER
-lib/src/publish_tools_base.dart:284:64
- The getter 'canonicalizedVersion' isn't defined for the type 'Version'.UNDEFINED_GETTER
-lib/src/publish_tools_base.dart:303:53
- The getter 'canonicalizedVersion' isn't defined for the type 'Version'.UNDEFINED_GETTER
-lib/src/publish_tools_base.dart:316:49
- The getter 'canonicalizedVersion' isn't defined for the type 'Version'.
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.22.15
, Dart 3.5.4
.
Check the analysis log for details.