flutter_base_models 0.0.6 flutter_base_models: ^0.0.6 copied to clipboard
一个应用的所有基础模型.
We analyzed this package 4 days 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 60 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: MIT
.
0/10 points: 20% or more of the public API has dartdoc comments
37 out of 292 API elements (12.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.
To highlight public API members missing documentation consider enabling the public_member_api_docs
lint.
Some symbols that are missing documentation: area_code_util
, area_code_util.AreaCodeUtil
, area_code_util.AreaCodeUtil.AreaCodeUtil
, area_code_util.AreaCodeUtil.getCityCodeFromAreaCode
, area_code_util.AreaCodeUtil.getProvinceCodeFromAreaCode
.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
20/20 points: Supports 2 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
These platforms are not supported:
Package does not support platform `Windows`.
Because:
package:flutter_base_models/flutter_base_models.dart
that imports:package:flutter_base_models/publish/base_publish_model.dart
that imports:package:flutter_image_process/flutter_image_process.dart
that imports:package:flutter_image_process/src/image_compress_util/app_image_compress_util.dart
that imports:package:flutter_image_compress/flutter_image_compress.dart
that declares support for platforms:Android
,iOS
,macOS
,Web
.
Package does not support platform `Linux`.
Because:
package:flutter_base_models/flutter_base_models.dart
that imports:package:flutter_base_models/publish/base_publish_model.dart
that imports:package:flutter_image_process/flutter_image_process.dart
that imports:package:flutter_image_process/src/image_compress_util/app_image_compress_util.dart
that imports:package:flutter_image_compress/flutter_image_compress.dart
that declares support for platforms:Android
,iOS
,macOS
,Web
.
Package does not support platform `macOS`.
Because:
package:flutter_base_models/flutter_base_models.dart
that imports:package:flutter_base_models/publish/base_publish_model.dart
that imports:package:flutter_image_process/flutter_image_process.dart
that imports:package:flutter_image_process/src/image_compress_util/app_video_frame_util.dart
that imports:package:video_thumbnail/video_thumbnail.dart
that declares support for platforms:Android
,iOS
.
Package does not support platform `Web`.
Because:
package:flutter_base_models/flutter_base_models.dart
that imports:package:flutter_base_models/publish/base_publish_model.dart
that imports:package:flutter_image_process/flutter_image_process.dart
that imports:package:flutter_image_process/src/image_compress_util/app_image_compress_util.dart
that imports:package:flutter_image_process/src/path/app_compress_path_util.dart
that imports:package:flutter_image_process/src/path/base_path_util.dart
that imports:package:path_provider/path_provider.dart
that declares support for platforms:Android
,iOS
,Windows
,Linux
,macOS
.
0/0 points: WASM compatibility
Package not compatible with runtime wasm
Because:
package:flutter_base_models/flutter_base_models.dart
that imports:package:flutter_base_models/publish/base_publish_model.dart
that imports:package:flutter_image_process/flutter_image_process.dart
that imports:package:flutter_image_process/src/image_compress_util/app_image_compress_util.dart
that imports:package:flutter_image_process/src/path/app_compress_path_util.dart
that imports:package:flutter_image_process/src/path/base_path_util.dart
that imports:package:path_provider/path_provider.dart
that imports:package:path_provider_platform_interface/path_provider_platform_interface.dart
that imports:package:path_provider_platform_interface/src/method_channel_path_provider.dart
that imports:package:platform/platform.dart
that imports:package:platform/src/interface/local_platform.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 7 issues. Showing the first 2:
INFO: Dangling library doc comment.
lib/location/area_picker/base_area_picker_model.dart:9:1
╷
9 │ ┌ /// regionId : 110000
10 │ │ /// regionName : "北京市"
11 │ │ /// level : 1
12 │ │ /// parentId : 0
13 │ │ /// childList : [{"regionId":110001,"regionName":"北京市","level":2,"parentId":110000,"childList":[{"regionId":110101,"regionName":"东城区","level":2,"parentId":110001,"childList":[],"postCode":"100010","shortName":"东城区","pinyinName":"DongChengQu","pinyinShortName":"DCQ","isAvailable":1,"isDeleted":0,"createTime":1498719890000,"updateTime":1498719890000},{"regionId":110102,"regionName":"西城区","level":2,"parentId":110001,"childList":[],"postCode":"100032","shortName":"西城区","pinyinName":"XiChengQu","pinyinShortName":"XCQ","isAvailable":1,"isDeleted":0,"createTime":1498719890000,"updateTime":1498719890000},{"regionId":110105,"regionName":"朝阳区","level":2,"parentId":110001,"childList":[],"postCode":"100011","shortName":"朝阳区","pinyinName":"ChaoYangQu","pinyinShortName":"CYQ","isAvailable":1,"isDeleted":0,"createTime":1498719890000,"updateTime":1498719890000},{"regionId":110106,"regionName":"丰台区","level":
[...]
To reproduce make sure you are using the lints_core and run flutter analyze lib/location/area_picker/base_area_picker_model.dart
/tmp/pana_LFCZVF/lib/location/area_picker/base_area_picker_model.dart doesn't match the Dart formatter.
To format your files run: dart format .
10/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest |
---|---|---|---|
flutter |
flutter |
0.0.0 | 0.0.0 |
flutter_cache_kit |
^0.0.2 |
0.0.2 | 0.0.2 |
flutter_image_process |
^0.0.8 |
0.0.8 | 0.0.8 |
Transitive dependencies
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
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.15
, Flutter 3.24.4
, Dart 3.5.4
.
Check the analysis log for details.