puro 0.6.1
puro: ^0.6.1 copied to clipboard
An experimental tool for managing Flutter versions.
We analyzed this package 15 days ago, and awarded it 60 pub points (of a possible 160):
0/10 points: Provide a valid pubspec.yaml
Failed to verify repository URL.
puro/pubspec.yaml from the repository URL mismatch: expected https://github.com/PixelToast/puro but got https://github.com/pingbird/puro.
Please provide a valid repository URL in pubspec.yaml, such that:
repositorycan be cloned,- a clone of the repository contains a
pubspec.yaml, which:,- contains
name: puro, - contains a
versionproperty, and, - does not contain a
publish_toproperty.
- contains
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: BSD-3-Clause.
10/10 points: 20% or more of the public API has dartdoc comments
594 out of 893 API elements (66.5 %) have documentation comments.
Some symbols that are missing documentation: cli, cli.main, models, models.CommandErrorModel, models.CommandErrorModel.$_whichOneof.
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:puro/cli.dartthat imports:package:puro/src/cli.dartthat imports:package:puro/src/terminal.dartthat imports:dart:io
0/50 points: code has no errors, warnings, lints, or formatting issues
Found 17 issues. Showing the first 2:
ERROR: The method 'map' isn't defined for the type 'Token'.
lib/src/json_edit/grammar.dart:42:22
╷
42 │ return token.map(
│ ^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/json_edit/grammar.dart
INFO: Statements in a while should be enclosed in a block.
lib/src/install/profile.dart:85:54
╷
85 │ while (lines.isNotEmpty && lines.last.isEmpty) lines.removeLast();
│ ^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/install/profile.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
args |
^2.3.1 |
2.7.0 | 2.7.0 | |
async |
^2.9.0 |
2.13.0 | 2.13.0 | |
clock |
^1.1.1 |
1.1.2 | 1.1.2 | |
file |
^6.1.4 |
6.1.4 | 7.0.1 | |
freezed_annotation |
^2.1.0 |
2.4.4 | 3.1.0 | |
http |
^0.13.5 |
0.13.6 | 1.6.0 | |
json_annotation |
^4.7.0 |
4.9.0 | 4.9.0 | |
meta |
^1.8.0 |
1.17.0 | 1.17.0 | |
mutex |
^3.0.0 |
3.1.0 | 3.1.0 | |
neoansi |
^0.3.2+1 |
0.3.2+1 | 0.3.2+1 | Discontinued |
path |
^1.8.2 |
1.9.1 | 1.9.1 | |
petitparser |
^5.0.0 |
5.4.0 | 7.0.1 | |
process |
^4.2.4 |
4.2.4 | 5.0.5 | |
protobuf |
^2.1.0 |
2.1.0 | 6.0.0 | |
pub_semver |
^2.1.1 |
2.2.0 | 2.2.0 | |
rxdart |
^0.27.5 |
0.27.7 | 0.28.0 | |
stack_trace |
^1.10.0 |
1.12.1 | 1.12.1 | |
typed_data |
^1.3.1 |
1.4.0 | 1.4.0 | |
xml |
^6.1.0 |
6.3.0 | 6.6.1 | |
yaml |
^3.1.1 |
3.1.3 | 3.1.3 | |
yaml_edit |
^2.0.3 |
2.2.3 | 2.2.3 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
collection |
- | 1.19.1 | 1.19.1 | |
fixnum |
- | 1.1.1 | 1.1.1 | |
http_parser |
- | 4.1.2 | 4.1.2 | |
neocolor |
- | 0.1.0 | 0.1.0 | |
platform |
- | 3.1.6 | 3.1.6 | |
source_span |
- | 1.10.1 | 1.10.1 | |
string_scanner |
- | 1.4.1 | 1.4.1 | |
term_glyph |
- | 1.2.2 | 1.2.2 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
Found 8 issues. Showing the first 2:
The constraint `^6.1.4` 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 `^2.1.0` on freezed_annotation does not support the stable version `3.0.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
0/20 points: Compatible with dependency constraint lower bounds
downgrade analysis failed failed with 3 errors:
WRONG_NUMBER_OF_TYPE_ARGUMENTS-lib/src/json_edit/grammar.dart:5:27- The type 'GrammarDefinition' is declared with 0 type parameters, but 1 type arguments were given.UNDEFINED_METHOD-lib/src/json_edit/grammar.dart:104:18- The method 'plusSeparated' isn't defined for the type 'Parser'.UNDEFINED_METHOD-lib/src/json_edit/grammar.dart:122:18- The method 'plusSeparated' isn't defined for the type 'Parser'.
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.3, Dart 3.10.4.
Check the analysis log for details.