hzy_normal_widget 0.0.6
hzy_normal_widget: ^0.0.6 copied to clipboard
适用与项目开发通用界面 配置.
We analyzed this package 24 hours ago, and awarded it 120 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
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
1468 out of 3250 API elements (45.2 %) have documentation comments.
Some symbols that are missing documentation: hzy_config, hzy_config.HzyConfig, hzy_config.HzyConfig.HzyConfig.new, hzy_config.HzyConfig.maxw, hzy_getx_utils.
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:hzy_normal_widget/hzy_normal_widget.dartthat imports:package:ttcomment/ttcomment.dartthat imports:package:ttcomment/comment_http/httpindex.dartthat imports:package:ttcomment/comment_http/http_client.dartthat imports:package:ttcomment/comment_http/http_parse.dartthat imports:dart:io
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 13 issues. Showing the first 2:
INFO: Missing type annotation.
lib/hzy_getx_utils.dart:15:1
╷
15 │ currentToPage(
│ ^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/hzy_getx_utils.dart
INFO: Missing type annotation.
lib/hzy_getx_utils.dart:32:1
╷
32 │ currentTo({
│ ^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/hzy_getx_utils.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
flutter_easyrefresh |
^2.2.2 |
2.2.2 | 2.2.2 | Discontinued |
get |
^4.6.5 |
4.7.3 | 4.7.3 | |
ttcomment |
^0.0.5 |
0.0.6 | 0.0.6 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
characters |
- | 1.4.0 | 1.4.1 | |
collection |
- | 1.19.1 | 1.19.1 | |
dio |
- | 4.0.6 | 5.9.0 | |
flutter_screenutil |
- | 5.9.3 | 5.9.3 | |
http_parser |
- | 4.1.2 | 4.1.2 | |
material_color_utilities |
- | 0.11.1 | 0.13.0 | |
meta |
- | 1.17.0 | 1.17.0 | |
path |
- | 1.9.1 | 1.9.1 | |
source_span |
- | 1.10.1 | 1.10.1 | |
string_scanner |
- | 1.4.1 | 1.4.1 | |
term_glyph |
- | 1.2.2 | 1.2.2 | |
typed_data |
- | 1.4.0 | 1.4.0 | |
vector_math |
- | 2.2.0 | 2.2.0 | |
web |
- | 1.1.1 | 1.1.1 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
The package has one or more discontinued direct dependencies.
Discontinued packages are no longer maintained, and can end up being a
liability.
Consider migrating away from these dependencies:
- flutter_easyrefresh.
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.5, Flutter 3.38.5, Dart 3.10.4.
Check the analysis log for details.