puro 1.2.3
puro: ^1.2.3 copied to clipboard
A powerful tool for installing and upgrading Flutter versions
We analyzed this package 2 days ago, and awarded it 60 pub points (of a possible 140):
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: BSD-3-Clause
.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
0/10 points: 20% or more of the public API has dartdoc comments
- 33 out of 282 API elements (11.7 %) 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.
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.dart
that imports:package:puro/src/cli.dart
that imports:package:puro/src/terminal.dart
that imports:dart:io
0/30 points: code has no errors, warnings, lints, or formatting issues
Found 13 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
WARNING: A double can't equal 'double.nan', so the condition is always 'false'.
lib/src/extensions.dart:104:21
╷
104 │ } else if (this == double.nan) {
│ ^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/extensions.dart
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest |
---|---|---|---|
analyzer |
^5.4.0 |
5.13.0 | 5.13.0 |
args |
^2.3.1 |
2.4.1 | 2.4.1 |
async |
^2.9.0 |
2.11.0 | 2.11.0 |
clock |
^1.1.1 |
1.1.1 | 1.1.1 |
collection |
^1.17.0 |
1.17.2 | 1.17.2 |
file |
^6.1.4 |
6.1.4 | 7.0.0 |
freezed_annotation |
^2.1.0 |
2.2.0 | 2.2.0 |
http |
^0.13.5 |
0.13.6 | 1.0.0 |
json_annotation |
^4.7.0 |
4.8.1 | 4.8.1 |
meta |
^1.8.0 |
1.9.1 | 1.9.1 |
mutex |
^3.0.0 |
3.0.1 | 3.0.1 |
neoansi |
^0.3.2+1 |
0.3.2+1 | 0.3.2+1 |
path |
^1.8.2 |
1.8.3 | 1.8.3 |
petitparser |
^5.1.0 |
5.4.0 | 5.4.0 |
process |
^4.2.4 |
4.2.4 | 4.2.4 |
protobuf |
^2.1.0 |
2.1.0 | 2.1.0 |
pub_semver |
^2.1.1 |
2.1.4 | 2.1.4 |
rxdart |
^0.27.5 |
0.27.7 | 0.27.7 |
stack_trace |
^1.10.0 |
1.11.0 | 1.11.0 |
typed_data |
^1.3.1 |
1.3.2 | 1.3.2 |
vm_service |
^10.1.2 |
10.1.2 | 11.6.0 |
xml |
^6.1.0 |
6.3.0 | 6.3.0 |
yaml |
^3.1.1 |
3.1.2 | 3.1.2 |
yaml_edit |
^2.0.3 |
2.1.1 | 2.1.1 |
Transitive dependencies
Package | Constraint | Compatible | Latest |
---|---|---|---|
_fe_analyzer_shared |
- | 61.0.0 | 61.0.0 |
convert |
- | 3.1.1 | 3.1.1 |
crypto |
- | 3.0.3 | 3.0.3 |
fixnum |
- | 1.1.0 | 1.1.0 |
glob |
- | 2.1.2 | 2.1.2 |
http_parser |
- | 4.0.2 | 4.0.2 |
neocolor |
- | 0.1.0 | 0.1.0 |
package_config |
- | 2.1.0 | 2.1.0 |
platform |
- | 3.1.0 | 3.1.0 |
source_span |
- | 1.10.0 | 1.10.0 |
string_scanner |
- | 1.2.0 | 1.2.0 |
term_glyph |
- | 1.2.1 | 1.2.1 |
watcher |
- | 1.1.0 | 1.1.0 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
Found 3 issues. Showing the first 2:
The constraint `^6.1.4` on file does not support the stable version `7.0.0`, that was published 14 days ago.
When file is 30 days old, this package will no longer be awarded points in this category.
Try running dart pub upgrade --major-versions file
to update the constraint.
The constraint `^0.13.5` on http does not support the stable version `1.0.0`, that was published 11 days ago.
When http is 30 days old, this package will no longer be awarded points in this category.
Try running dart pub upgrade --major-versions http
to update the constraint.
10/10 points: Package supports latest stable Dart and Flutter SDKs
0/20 points: Dart 3 compatibility has one or more issues.
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 Dart 3 and run dart analyze lib/src/json_edit/grammar.dart
Analysed with Pana 0.21.32
, Dart 3.0.2
.