hx_components_flutter 1.2.2
hx_components_flutter: ^1.2.2 copied to clipboard
The official Hexagon Pro design pattern Lib.
We analyzed this package 2 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 50 to 180 characters to describe the package, what it does, and its target use case.
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: 20% or more of the public API has dartdoc comments
OUT: Documenting hx_components_flutter... Discovering libraries... Linking elements... Precaching local docs for 651071 elements... Initialized dartdoc with 901 libraries Generating docs for library hx_native.dart from package:hx_components_flutter/hx_native.dart... Generating docs for library hx_components.dart from package:hx_components_flutter/hx_components.dart... Generating docs for library hx_models.dart from package:hx_components_flutter/hx_models.dart... Generating docs for library hx_utils.dart from package:hx_components_flutter/hx_utils.dart... Documented 4 public libraries in 78.0 seconds ERR: warning: hx_components_flutter has no library level documentation comments from hx_components_flutter: (file:///tmp/pana_BVSFEE/lib/hx_native.dart:1:1) warning: hx_components_flutter has no library level documentation comments from hx_components_flutter: (file:///tmp/pana_BVSFEE/lib/hx_components.dart:1:1) error: file already written at "hx_components_flutter/index.html" for symbol hx_components_flutter: (file:///tmp/pana_BVSFEE/lib/hx_components.dart:1:1) conflicting with file already generated by hx_components_flutter: (file:///tmp/pana_BVSFEE/lib/hx_native.dart:1:1) Dartdoc generates a path and filename to write to for each symbol. 'hx_components_flutter' conflicts with another symbol in the generated path, and therefore can not be written out. Changing the name, library [40 more lines]
10/10 points: Package has an example
20/20 points: Supports 6 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ Windows
-
✓ Linux
-
✓ macOS
-
✓ Web
0/0 points: WASM compatibility
This package is compatible with runtime wasm, and will be rewarded additional points in a future version of the scoring model.
See https://dart.cn/web/wasm for details.
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 15 issues. Showing the first 2:
INFO: 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss.
lib/src/shared/app_colors.dart:44:22
╷
44 │ 50: kcPrimaryColor.withOpacity(0.1),
│ ^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/shared/app_colors.dart
INFO: 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss.
lib/src/shared/app_colors.dart:45:23
╷
45 │ 100: kcPrimaryColor.withOpacity(0.2),
│ ^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/shared/app_colors.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
dev |
^1.0.0 |
1.0.0 | 1.0.0 | |
dropdown_search |
^5.0.5 |
5.0.6 | 6.0.2 | |
flutter_styled_toast |
^2.1.3 |
2.3.0 | 2.3.0 | |
get |
^4.6.5 |
4.7.3 | 4.7.3 | |
intl |
^0.18.0 |
0.18.1 | 0.20.2 | |
mask_text_input_formatter |
^2.4.0 |
2.9.0 | 2.9.0 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
characters |
- | 1.4.0 | 1.4.1 | |
clock |
- | 1.1.2 | 1.1.2 | |
collection |
- | 1.19.1 | 1.19.1 | |
gestures |
- | 1.0.0 | 1.0.0 | |
material_color_utilities |
- | 0.11.1 | 0.13.0 | |
meta |
- | 1.17.0 | 1.17.0 | |
path |
- | 1.9.1 | 1.9.1 | |
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 constraint `^5.0.5` on dropdown_search does not support the stable version `6.0.0`.
Try running dart pub upgrade --major-versions dropdown_search to update the constraint.
The constraint `^0.18.0` on intl does not support the stable version `0.19.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.23.5, Flutter 3.38.5, Dart 3.10.4.
Check the analysis log for details.