build_winner_app 3.5.2
build_winner_app: ^3.5.2 copied to clipboard
自动化打包稳健医疗App工具.
We analyzed this package 3 days ago, and awarded it 115 pub points (of a possible 160):
0/10 points: Provide a valid pubspec.yaml
The package description is too short.
Add more detail to the description field of pubspec.yaml. Use 50 to 180 characters to describe the package, what it does, and its target use case.
The package description contains too many non-ASCII characters.
The site uses English as its primary language. The content of the description field in your package's pubspec.yaml should primarily contain characters used in English.
5/5 points: Provide a valid README.md
0/5 points: Provide a valid CHANGELOG.md
`CHANGELOG.md` contains too many non-ASCII characters.
The site uses English as its primary language. The content of CHANGELOG.md in your package should primarily contain characters used in English.
`CHANGELOG.md` does not contain reference to the current version ("3.5.2").
Changelog entries help developers follow the progress of your package. Check out the Dart conventions for Maintaining a package changelog.
10/10 points: Use an OSI-approved license
Detected license: MIT.
10/10 points: 20% or more of the public API has dartdoc comments
227 out of 470 API elements (48.3 %) have documentation comments.
Some symbols that are missing documentation: add_umeng_push_config, add_umeng_push_config.AddUmengPushConfig, add_umeng_push_config.AddUmengPushConfig.AddUmengPushConfig.new, add_umeng_push_config.AddUmengPushConfig.add, add_umeng_push_config.AddUmengPushConfig.root.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
20/20 points: Supports 6 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ Windows
-
✓ Linux
-
✓ macOS
-
✓ Web
WASM-ready: This package is compatible with runtime wasm. See https://dart.dev/web/wasm for details.
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 3 issues. Showing the first 2:
INFO: Missing type annotation.
lib/commands/build/build_command.dart:353:3
╷
353 │ sendWeChat(String log) async {
│ ^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/commands/build/build_command.dart
INFO: Missing type annotation.
lib/commands/build/build_command.dart:370:3
╷
370 │ init() async {}
│ ^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/commands/build/build_command.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
args |
^2.4.2 |
2.7.0 | 2.7.0 | |
color_logger |
^1.0.2 |
1.0.2 | 1.0.2 | |
dart_appwrite |
^10.1.0 |
10.1.1 | 21.2.0 | |
dart_ops_engine |
^0.4.0 |
0.4.1 | 0.5.0 | |
darty_json_safe |
^1.0.3 |
1.0.3 | 1.0.3 | |
dio |
^5.4.0 |
5.9.1 | 5.9.1 | |
path |
^1.8.0 |
1.9.1 | 1.9.1 | |
process_run |
^0.12.5+3 |
0.12.5+3 | 1.3.0 | |
yaml |
^3.1.2 |
3.1.3 | 3.1.3 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
ansicolor |
- | 2.0.3 | 2.0.3 | |
async |
- | 2.13.0 | 2.13.0 | |
charcode |
- | 1.4.0 | 1.4.0 | |
checked_yaml |
- | 2.0.4 | 2.0.4 | |
collection |
- | 1.19.1 | 1.19.1 | |
dcm |
- | 1.8.1 | 2.1.0 | |
dio_web_adapter |
- | 2.1.1 | 2.1.1 | |
http |
- | 1.0.0 | 1.6.0 | |
http_parser |
- | 4.1.2 | 4.1.2 | |
io |
- | 1.0.5 | 1.0.5 | |
json_annotation |
- | 4.11.0 | 4.11.0 | |
meta |
- | 1.18.1 | 1.18.1 | |
mime |
- | 2.0.0 | 2.0.0 | |
mustache_template |
- | 2.0.3 | 2.0.3 | |
pub_semver |
- | 2.2.0 | 2.2.0 | |
pubspec_parse |
- | 1.5.0 | 1.5.0 | |
source_span |
- | 1.10.2 | 1.10.2 | |
string_scanner |
- | 1.4.1 | 1.4.1 | |
synchronized |
- | 3.4.0 | 3.4.0 | |
term_glyph |
- | 1.2.2 | 1.2.2 | |
typed_data |
- | 1.4.0 | 1.4.0 | |
web |
- | 1.1.1 | 1.1.1 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
Found 3 issues. Showing the first 2:
The constraint `^10.1.0` on dart_appwrite does not support the stable version `11.0.0`.
Try running dart pub upgrade --major-versions dart_appwrite to update the constraint.
The constraint `^0.4.0` on dart_ops_engine does not support the stable version `0.5.0`.
Try running dart pub upgrade --major-versions dart_ops_engine 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.23.10, Dart 3.11.0.
Check the analysis log for details.