v_components 2.6.12
v_components: ^2.6.12 copied to clipboard
This is a package of flutter custom components, there is listed in the readme through the table, click their icon to view the detailed use of the corresponding component document.
We analyzed this package 17 hours ago, and awarded it 125 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
Homepage URL doesn't exist.
At the time of the analysis https://gitee.com/wzp_vicky/v_components/blob/master/README.md
was unreachable. Make sure that the website is reachable via HEAD
requests.
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.
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
1076 out of 2297 API elements (46.8 %) have documentation comments.
Some symbols that are missing documentation: NumLengthInputFormatter.NumLengthInputFormatter.NumLengthInputFormatter.new
, NumLengthInputFormatter.NumLengthInputFormatter.decimalLength
, NumLengthInputFormatter.NumLengthInputFormatter.integerLength
, VCascadePickerView
, VCascadePickerView.VCascadePickerView
.
10/10 points: Package has 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 does not support platform `Web`.
Because:
package:v_components/v_components.dart
that imports:package:v_components/widgets/appbar/fullscreen_appbar.dart
that imports:package:flustars_flutter3/flustars_flutter3.dart
that imports:package:flustars_flutter3/src/directory_util.dart
that imports:package:path_provider/path_provider.dart
that declares support for platforms:Android
,iOS
,Windows
,Linux
,macOS
.
These issues are present but do not affect the score, because they may not originate in your package:
Package does not support platform `Android`.
Because:
package:v_components/v_components.dart
that imports:package:v_base_framework/v_base.dart
that imports:package:v_base_framework/utils/permissions_utils/permission_request.dart
that imports:package:v_base_framework/utils/permissions_utils/permission_helper.dart
that imports:package:device_info_plus/device_info_plus.dart
that imports:package:device_info_plus/src/device_info_plus_windows.dart
that imports:package:win32_registry/win32_registry.dart
that declares support for platforms:Windows
.
Package does not support platform `iOS`.
Because:
package:v_components/v_components.dart
that imports:package:v_base_framework/v_base.dart
that imports:package:v_base_framework/utils/permissions_utils/permission_request.dart
that imports:package:v_base_framework/utils/permissions_utils/permission_helper.dart
that imports:package:device_info_plus/device_info_plus.dart
that imports:package:device_info_plus/src/device_info_plus_windows.dart
that imports:package:win32_registry/win32_registry.dart
that declares support for platforms:Windows
.
Package does not support platform `Linux`.
Because:
package:v_components/v_components.dart
that imports:package:v_base_framework/v_base.dart
that imports:package:permission_handler/permission_handler.dart
that declares support for platforms:Android
,iOS
,Windows
,Web
.
Package does not support platform `macOS`.
Because:
package:v_components/v_components.dart
that imports:package:v_base_framework/v_base.dart
that imports:package:permission_handler/permission_handler.dart
that declares support for platforms:Android
,iOS
,Windows
,Web
.
0/0 points: WASM compatibility
Package not compatible with runtime wasm
Because:
package:v_components/v_components.dart
that imports:package:v_components/widgets/refresh/refresh_widget.dart
that imports:package:v_components/widgets/empty/empty_widget.dart
that imports:package:v_base_framework/utils/logger/loggger.dart
that imports:package:v_base_framework/utils/logger/pretty_printer.dart
that imports:package:logger/logger.dart
that imports:package:logger/src/outputs/advanced_file_output_stub.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.cn/web/wasm for details.
30/50 points: code has no errors, warnings, lints, or formatting issues
Found 341 issues. Showing the first 2:
WARNING: The declaration '_borderRadius' isn't referenced.
lib/widgets/button/button_widget.dart:28:14
╷
28 │ const double _borderRadius = 5.0; // 边框圆角
│ ^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/widgets/button/button_widget.dart
WARNING: The declaration '_labelTextFontSize' isn't referenced.
lib/widgets/cell/field_widget.dart:27:14
╷
27 │ const double _labelTextFontSize = 15.0;
│ ^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/widgets/cell/field_widget.dart
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
easy_refresh |
^3.4.0 |
3.4.0 | 3.4.0 | |
flustars_flutter3 |
^3.0.0 |
3.0.0 | 3.0.0 | |
flutter_picker_plus |
^1.3.0 |
1.5.4 | 1.5.4 | |
flutter_screenutil |
^5.9.3 |
5.9.3 | 5.9.3 | |
flutter_swiper_view |
^1.1.8 |
1.1.8 | 1.1.8 | |
intl |
^0.19.0 |
0.19.0 | 0.20.2 | |
v_base_framework |
^2.5.8 |
2.7.2+d | 2.7.2+d | |
wechat_assets_picker |
^9.0.4 |
9.8.0 | 9.8.0 | |
wechat_camera_picker |
^4.2.2 |
4.4.0 | 4.4.0 |
Transitive dependencies
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
async |
- | 2.13.0 | 2.13.0 | |
camera |
- | 0.10.6 | 0.11.2 | |
camera_android |
- | 0.10.10+10 | 0.10.10+10 | |
camera_avfoundation |
- | 0.9.22+1 | 0.9.22+1 | |
camera_platform_interface |
- | 2.11.0 | 2.11.0 | |
camera_web |
- | 0.3.5 | 0.3.5 | |
characters |
- | 1.4.0 | 1.4.1 | |
clock |
- | 1.1.2 | 1.1.2 | |
collection |
- | 1.19.1 | 1.19.1 | |
common_utils |
- | 2.1.0 | 2.1.0 | |
convert |
- | 3.1.2 | 3.1.2 | |
cross_file |
- | 0.3.4+2 | 0.3.4+2 | |
crypto |
- | 3.0.6 | 3.0.6 | |
csslib |
- | 1.0.2 | 1.0.2 | |
decimal |
- | 3.2.4 | 3.2.4 | |
device_info_plus |
- | 11.5.0 | 12.1.0 | |
device_info_plus_platform_interface |
- | 7.0.3 | 7.0.3 | |
dio |
- | 5.9.0 | 5.9.0 | |
dio_web_adapter |
- | 2.1.1 | 2.1.1 | |
extended_image |
- | 10.0.1 | 10.0.1 | |
extended_image_library |
- | 5.0.1 | 5.0.1 | |
ffi |
- | 2.1.4 | 2.1.4 | |
file |
- | 7.0.1 | 7.0.1 | |
flutter_plugin_android_lifecycle |
- | 2.0.32 | 2.0.32 | |
flutter_riverpod |
- | 2.6.1 | 3.0.3 | |
flutter_spinkit |
- | 5.2.2 | 5.2.2 | |
html |
- | 0.15.6 | 0.15.6 | |
http |
- | 1.5.0 | 1.5.0 | |
http_client_helper |
- | 3.0.0 | 3.0.0 | |
http_parser |
- | 4.1.2 | 4.1.2 | |
js |
- | 0.7.2 | 0.7.2 | Discontinued |
logger |
- | 2.6.2 | 2.6.2 | |
logging |
- | 1.3.0 | 1.3.0 | |
material_color_utilities |
- | 0.11.1 | 0.13.0 | |
meta |
- | 1.16.0 | 1.17.0 | |
mime |
- | 2.0.0 | 2.0.0 | |
nested |
- | 1.0.0 | 1.0.0 | |
oktoast |
- | 3.4.0 | 3.4.0 | |
path |
- | 1.9.1 | 1.9.1 | |
path_drawing |
- | 1.0.1 | 1.0.1 | |
path_parsing |
- | 1.1.0 | 1.1.0 | |
path_provider |
- | 2.1.5 | 2.1.5 | |
path_provider_android |
- | 2.2.20 | 2.2.20 | |
path_provider_foundation |
- | 2.4.2 | 2.4.2 | |
path_provider_linux |
- | 2.2.1 | 2.2.1 | |
path_provider_platform_interface |
- | 2.1.2 | 2.1.2 | |
path_provider_windows |
- | 2.3.0 | 2.3.0 | |
permission_handler |
- | 12.0.1 | 12.0.1 | |
permission_handler_android |
- | 13.0.1 | 13.0.1 | |
permission_handler_apple |
- | 9.4.7 | 9.4.7 | |
permission_handler_html |
- | 0.1.3+5 | 0.1.3+5 | |
permission_handler_platform_interface |
- | 4.3.0 | 4.3.0 | |
permission_handler_windows |
- | 0.2.1 | 0.2.1 | |
photo_manager |
- | 3.7.1 | 3.7.1 | |
photo_manager_image_provider |
- | 2.2.0 | 2.2.0 | |
platform |
- | 3.1.6 | 3.1.6 | |
plugin_platform_interface |
- | 2.1.8 | 2.1.8 | |
provider |
- | 6.1.5+1 | 6.1.5+1 | |
rational |
- | 2.2.3 | 2.2.3 | |
riverpod |
- | 2.6.1 | 3.0.3 | |
sensors_plus |
- | 6.1.2 | 7.0.0 | |
sensors_plus_platform_interface |
- | 2.0.1 | 2.0.1 | |
shared_preferences |
- | 2.5.3 | 2.5.3 | |
shared_preferences_android |
- | 2.4.15 | 2.4.15 | |
shared_preferences_foundation |
- | 2.5.4 | 2.5.4 | |
shared_preferences_linux |
- | 2.4.1 | 2.4.1 | |
shared_preferences_platform_interface |
- | 2.4.1 | 2.4.1 | |
shared_preferences_web |
- | 2.4.3 | 2.4.3 | |
shared_preferences_windows |
- | 2.4.1 | 2.4.1 | |
source_span |
- | 1.10.1 | 1.10.1 | |
sp_util |
- | 2.0.3 | 2.0.3 | |
stack_trace |
- | 1.12.1 | 1.12.1 | |
state_notifier |
- | 1.0.0 | 1.0.0 | |
stream_transform |
- | 2.1.1 | 2.1.1 | |
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 | |
vector_math |
- | 2.2.0 | 2.2.0 | |
video_player |
- | 2.10.0 | 2.10.0 | |
video_player_android |
- | 2.8.17 | 2.8.17 | |
video_player_avfoundation |
- | 2.8.4 | 2.8.4 | |
video_player_platform_interface |
- | 6.5.0 | 6.5.0 | |
video_player_web |
- | 2.4.0 | 2.4.0 | |
visibility_detector |
- | 0.4.0+2 | 0.4.0+2 | |
web |
- | 1.1.1 | 1.1.1 | |
wechat_picker_library |
- | 1.0.7 | 1.0.7 | |
win32 |
- | 5.15.0 | 5.15.0 | |
win32_registry |
- | 2.1.0 | 2.1.0 | |
xdg_directories |
- | 1.1.0 | 1.1.0 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
The constraint `^0.19.0` on intl does not support the stable version `0.20.0`.
Try running dart pub upgrade --major-versions intl
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.22.24
, Flutter 3.35.5
, Dart 3.9.2
.
Check the analysis log for details.