flutter_unity_cli 1.0.6
flutter_unity_cli: ^1.0.6 copied to clipboard
A command-line application for managing flutter unity at scale.
We analyzed this package on Mar 2, 2021, and awarded it 70 pub points (of a possible 110):
10/10 points: Provide a valid pubspec.yaml
5/5 points: Provide a valid README.md
5/5 points: Provide a valid CHANGELOG.md
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
10/10 points: 20% or more of the public API has dartdoc comments
- 13 out of 38 API elements (34.2 %) have documentation comments.
10/20 points: Supports 1 of 2 possible platforms (native, js)
Consider supporting multiple platforms:
Package not compatible with runtime js
Because:
package:flutter_unity_cli/flutter_unity_cli.dart
that imports:package:flutter_unity_cli/src/modules/modules.dart
that imports:package:flutter_unity_cli/src/modules/version.dart
that imports:dart:io
20/30 points: code has no errors, warnings, lints, or formatting issues
Found 18 issues. Showing the first 2:
INFO: Unused import: 'package:flutter_unity_cli/src/utils/file_utils.dart'.
lib/src/command/command_base.dart:3:8
╷
3 │ import 'package:flutter_unity_cli/src/utils/file_utils.dart';
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using pedantic and run dartanalyzer lib/src/command/command_base.dart
INFO: Unused import: 'package:flutter_unity_cli/src/utils/local_save_log.dart'.
lib/src/command/command_base.dart:4:8
╷
4 │ import 'package:flutter_unity_cli/src/utils/local_save_log.dart';
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using pedantic and run dartanalyzer lib/src/command/command_base.dart
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest |
---|---|---|---|
ansicolor | ^1.0.2 | 1.1.1 | 1.1.1 |
args | ^1.6.0 | 1.6.0 | 2.0.0 |
dart_console | ^0.6.1 | 0.6.2 | 1.0.0 |
http | ^0.12.1 | 0.12.2 | 0.13.0 |
path | ^1.7.0 | 1.7.0 | 1.8.0 |
pub_semver | ^1.4.4 | 1.4.4 | 2.0.0 |
pubspec_yaml | ^2.0.1 | 2.0.1+1 | 2.0.1+1 |
recase | ^3.0.0 | 3.0.1 | 3.0.1 |
tuple | ^1.0.3 | 1.0.3 | 1.0.3 |
version | ^1.2.0 | 1.3.1 | 1.3.1 |
yaml | ^2.2.1 | 2.2.1 | 3.1.0 |
yaml_modify | ^0.1.3 | 0.1.3 | 0.1.3 |
Transitive dependencies
Package | Constraint | Compatible | Latest |
---|---|---|---|
charcode | - | 1.1.3 | 1.2.0 |
collection | - | 1.14.13 | 1.15.0 |
ffi | - | 0.1.3 | 1.0.0 |
functional_data | - | 0.3.0 | 0.3.0 |
http_parser | - | 3.1.4 | 4.0.0 |
json2yaml | - | 1.0.1+1 | 1.0.1+1 |
matcher | - | 0.12.9 | 0.12.10 |
meta | - | 1.2.4 | 1.3.0 |
plain_optional | - | 0.1.3 | 0.1.3 |
quiver | - | 2.1.5 | 3.0.0 |
source_span | - | 1.7.0 | 1.8.1 |
stack_trace | - | 1.9.6 | 1.10.0 |
string_scanner | - | 1.0.5 | 1.1.0 |
sum_types | - | 0.2.1+2 | 0.2.1+2 |
term_glyph | - | 1.1.0 | 1.2.0 |
typed_data | - | 1.2.0 | 1.3.0 |
win32 | - | 1.7.4+1 | 2.0.0 |
To reproduce run pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
Found 5 issues. Showing the first 2:
The constraint `^1.6.0` on args does not support the latest published version `2.0.0`
pubspec.yaml:18:9
╷
18 │ args: ^1.6.0
│ ^^^^^^
╵
The constraint `^0.6.1` on dart_console does not support the latest published version `1.0.0`
pubspec.yaml:19:17
╷
19 │ dart_console: ^0.6.1
│ ^^^^^^
╵
10/10 points: Package supports latest stable Dart and Flutter SDKs
Analysed with
Pana 0.14.10
,
Dart 2.10.5
.