hgg_view 1.0.0
hgg_view: ^1.0.0 copied to clipboard
基础 Hgg UI
We analyzed this package 2 days ago, and awarded it 80 pub points (of a possible 140):
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.
Homepage URL is insecure.
Update the homepage
field and use a secure (https
) URL.
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
.
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
- 100 out of 484 API elements (20.7 %) have documentation comments.
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:hgg_view/hgg_view.dart
that imports:package:hgg_view/src/dialogs/image_picker/x_image_picker_dialog.dart
that imports:package:hgg_view/src/dialogs/image_picker/x_image_pick_util.dart
that imports:package:wechat_camera_picker/wechat_camera_picker.dart
that imports:package:wechat_camera_picker/src/widgets/camera_picker.dart
that imports:package:wechat_camera_picker/src/widgets/camera_picker_viewer.dart
that imports:package:wechat_camera_picker/src/constants/constants.dart
that imports:package:photo_manager/photo_manager.dart
that declares support for platforms:Android
,iOS
,macOS
.
Package does not support platform `Linux`.
Because:
package:hgg_view/hgg_view.dart
that imports:package:hgg_view/src/dialogs/image_picker/x_image_picker_dialog.dart
that imports:package:hgg_view/src/dialogs/image_picker/x_image_pick_util.dart
that imports:package:wechat_camera_picker/wechat_camera_picker.dart
that imports:package:wechat_camera_picker/src/widgets/camera_picker.dart
that imports:package:wechat_camera_picker/src/widgets/camera_picker_viewer.dart
that imports:package:wechat_camera_picker/src/constants/constants.dart
that imports:package:photo_manager/photo_manager.dart
that declares support for platforms:Android
,iOS
,macOS
.
Package does not support platform `macOS`.
Because:
package:hgg_view/hgg_view.dart
that imports:package:hgg_view/src/dialogs/image_picker/x_image_picker_dialog.dart
that imports:package:hgg_view/src/dialogs/image_picker/x_image_pick_util.dart
that imports:package:wechat_camera_picker/wechat_camera_picker.dart
that imports:package:wechat_camera_picker/src/widgets/camera_picker.dart
that imports:package:wechat_camera_picker/src/widgets/camera_picker_viewer.dart
that imports:package:video_player/video_player.dart
that declares support for platforms:Android
,iOS
,Web
.
Package does not support platform `Web`.
Because:
package:hgg_view/hgg_view.dart
that imports:package:hgg_view/src/dialogs/image_picker/x_image_picker_dialog.dart
that imports:package:hgg_view/src/dialogs/image_picker/x_image_pick_util.dart
that imports:package:wechat_camera_picker/wechat_camera_picker.dart
that imports:package:wechat_camera_picker/src/widgets/camera_picker.dart
that imports:package:wechat_camera_picker/src/widgets/camera_picker_viewer.dart
that imports:package:wechat_camera_picker/src/constants/constants.dart
that imports:package:photo_manager/photo_manager.dart
that declares support for platforms:Android
,iOS
,macOS
.
0/30 points: code has no errors, warnings, lints, or formatting issues
Found 43 issues. Showing the first 2:
ERROR: The method 'XImageAsset' isn't defined for the type 'XButton'.
lib/src/widgets/button/x_button.dart:67:11
╷
67 │ XImageAsset(
│ ^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/widgets/button/x_button.dart
ERROR: The method 'XImageAsset' isn't defined for the type 'XButton'.
lib/src/widgets/button/x_button.dart:84:11
╷
84 │ XImageAsset(
│ ^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/widgets/button/x_button.dart
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest |
---|---|---|---|
extended_image | ^5.1.2 | 5.1.3 | 7.0.2 |
extended_text_field | ^8.0.0 | 8.0.0 | 11.0.1 |
flutter | flutter | 0.0.0 | 0.0.0 |
flutter_swiper_null_safety | ^1.0.2 | 1.0.2 | 1.0.2 |
hgg_base | ^1.0.3 | 1.0.5 | 1.0.8 |
pull_to_refresh | ^2.0.0 | 2.0.0 | 2.0.0 |
wechat_assets_picker | ^6.2.1 | 6.2.4 | 8.4.0 |
wechat_camera_picker | ^2.5.0 | 2.6.5 | 3.7.0 |
Transitive dependencies
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
Found 4 issues. Showing the first 2:
The constraint `^5.1.2` on extended_image does not support the stable version `6.0.0`.
Try running dart pub upgrade --major-versions extended_image
to update the constraint.
The constraint `^8.0.0` on extended_text_field does not support the stable version `9.0.0`.
Try running dart pub upgrade --major-versions extended_text_field
to update the constraint.
10/10 points: Package supports latest stable Dart and Flutter SDKs
20/20 points: Package and dependencies are fully migrated to null safety!
Analysed with Pana 0.21.27
, Flutter 3.7.7
, Dart 2.19.4
.