puro 1.3.1
puro: ^1.3.1 copied to clipboard
A powerful tool for installing and upgrading Flutter versions
We analyzed this package 41 hours ago, and awarded it 130 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: BSD-3-Clause
.
10/10 points: 20% or more of the public API has dartdoc comments
594 out of 905 API elements (65.6 %) 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 3 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Windows
-
✓ Linux
-
✓ macOS
These platforms are not supported:
Package does not support platform `Android`.
Because:
package:puro/cli.dart
that imports:package:puro/src/cli.dart
that imports:package:puro/src/commands/repl.dart
that imports:package:dart_console/dart_console.dart
that declares support for platforms:Windows
,Linux
,macOS
.
Package does not support platform `iOS`.
Because:
package:puro/cli.dart
that imports:package:puro/src/cli.dart
that imports:package:puro/src/commands/repl.dart
that imports:package:dart_console/dart_console.dart
that declares support for platforms:Windows
,Linux
,macOS
.
Package does not support platform `Web`.
Because:
package:puro/cli.dart
that imports:package:puro/src/cli.dart
that imports:package:puro/src/commands/repl.dart
that imports:package:dart_console/dart_console.dart
that declares support for platforms:Windows
,Linux
,macOS
.
These issues are present but do not affect the score, because they may not originate in your package:
Package does not support platform `Linux`.
Because:
package:puro/cli.dart
that imports:package:puro/src/cli.dart
that imports:package:puro/src/commands/repl.dart
that imports:package:dart_console/dart_console.dart
that imports:package:dart_console/src/console.dart
that imports:package:dart_console/src/ffi/win/termlib_win.dart
that imports:package:win32/win32.dart
that declares support for platforms:Windows
.
Package does not support platform `macOS`.
Because:
package:puro/cli.dart
that imports:package:puro/src/cli.dart
that imports:package:puro/src/commands/repl.dart
that imports:package:dart_console/dart_console.dart
that imports:package:dart_console/src/console.dart
that imports:package:dart_console/src/ffi/win/termlib_win.dart
that imports:package:win32/win32.dart
that declares support for platforms:Windows
.
0/0 points: WASM compatibility
Package not compatible with runtime wasm
Because:
package:puro/cli.dart
that imports:package:puro/src/cli.dart
that imports:package:puro/src/terminal.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.
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 19 issues. Showing the first 2:
INFO: Statements in an if should be enclosed in a block.
lib/src/env/gc.dart:33:44
╷
33 │ usedCaches.contains(dir.basename)) continue;
│ ^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/env/gc.dart
INFO: Statements in an if should be enclosed in a block.
lib/src/eval/worker.dart:209:27
╷
209 │ reloadSuccessful) return;
│ ^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/eval/worker.dart
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
analyzer |
^5.4.0 |
5.13.0 | 7.5.4 | |
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 | |
collection |
^1.17.0 |
1.19.1 | 1.19.1 | |
dart_console |
^1.1.2 |
1.2.0 | 4.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.4.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.1.0 |
5.4.0 | 7.0.0 | |
process |
^4.2.4 |
4.2.4 | 5.0.4 | |
protobuf |
^2.1.0 |
2.1.0 | 4.1.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 | |
vm_service |
^10.1.2 |
10.1.2 | 15.0.2 | |
xml |
^6.1.0 |
6.3.0 | 6.6.0 | |
yaml |
^3.1.1 |
3.1.3 | 3.1.3 | |
yaml_edit |
^2.0.3 |
2.2.2 | 2.2.2 |
Transitive dependencies
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
_fe_analyzer_shared |
- | 61.0.0 | 85.0.0 | |
characters |
- | 1.4.1 | 1.4.1 | |
convert |
- | 3.1.2 | 3.1.2 | |
crypto |
- | 3.0.6 | 3.0.6 | |
ffi |
- | 2.1.4 | 2.1.4 | |
fixnum |
- | 1.1.1 | 1.1.1 | |
glob |
- | 2.1.3 | 2.1.3 | |
http_parser |
- | 4.1.2 | 4.1.2 | |
intl |
- | 0.18.1 | 0.20.2 | |
neocolor |
- | 0.1.0 | 0.1.0 | |
package_config |
- | 2.2.0 | 2.2.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 | |
watcher |
- | 1.1.2 | 1.1.2 | |
win32 |
- | 5.14.0 | 5.14.0 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
Found 11 issues. Showing the first 2:
The constraint `^5.4.0` on analyzer does not support the stable version `6.0.0`.
Try running dart pub upgrade --major-versions analyzer
to update the constraint.
The constraint `^1.1.2` on dart_console does not support the stable version `4.0.0`.
Try running dart pub upgrade --major-versions dart_console
to update the constraint.
10/10 points: Package supports latest stable Dart and Flutter SDKs
20/20 points: Compatible with dependency constraint lower bounds
pub downgrade
does not expose any static analysis error.
Analyzed with Pana 0.22.21
, Dart 3.8.1
.
Check the analysis log for details.