hmwidget 0.0.3
hmwidget: ^0.0.3 copied to clipboard
Easy to use open source UI library with Widgets to build flutter app.
We analyzed this package 6 days ago, and awarded it 110 pub points (of a possible 160):
0/10 points: Provide a valid pubspec.yaml
Failed to verify repository URL.
Please provide a valid repository
URL in pubspec.yaml
, such that:
repository
can be cloned,- a clone of the repository contains a
pubspec.yaml
, which:,- contains
name: hmwidget
, - contains a
version
property, and, - does not contain a
publish_to
property.
- contains
pubspec.yaml
from the repository URL mismatch: expected https://github.com/gratien-humaapi/hmwidget
but got https://github.com/gratien-humaapi/hmflutter
.
5/5 points: Provide a valid README.md
5/5 points: Provide a valid CHANGELOG.md
0/10 points: Use an OSI-approved license
No license was recognized.
Consider using an OSI-approved license in the LICENSE
file to make it more accessible to the community.
10/10 points: 20% or more of the public API has dartdoc comments
319 out of 926 API elements (34.4 %) have documentation comments.
Some symbols that are missing documentation: action_sheet
, action_sheet.ActionSheetItem
, action_sheet.ActionSheetItem.ActionSheetItem.new
, action_sheet.ActionSheetItem.icon
, action_sheet.ActionSheetItem.onPressed
.
10/10 points: Package has 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:hmwidget/hmwidget.dart
that imports:package:hmwidget/components/file_picker/hm_file_picker.dart
that imports:package:hmwidget/components/file_picker/camera_page.dart
that imports:package:camera/camera.dart
that declares support for platforms:Android
,iOS
,Web
.
Package does not support platform `Linux`.
Because:
package:hmwidget/hmwidget.dart
that imports:package:hmwidget/components/file_picker/hm_file_picker.dart
that imports:package:hmwidget/components/file_picker/hm_file_picker_logic.dart
that imports:package:file_picker/file_picker.dart
that imports:package:file_picker/src/file_picker.dart
that imports:package:file_picker/src/windows/file_picker_windows.dart
that imports:package:win32/win32.dart
that declares support for platforms:Windows
.
Package does not support platform `macOS`.
Because:
package:hmwidget/hmwidget.dart
that imports:package:hmwidget/components/file_picker/hm_file_picker.dart
that imports:package:hmwidget/components/file_picker/hm_file_picker_logic.dart
that imports:package:file_picker/file_picker.dart
that imports:package:file_picker/src/file_picker.dart
that imports:package:file_picker/src/windows/file_picker_windows.dart
that imports:package:win32/win32.dart
that declares support for platforms:Windows
.
Package not compatible with platform Web
Because:
package:hmwidget/hmwidget.dart
that imports:package:hmwidget/components/image_picker/image_picker.dart
that imports:dart:io
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:hmwidget/hmwidget.dart
that imports:package:hmwidget/components/file_picker/hm_file_picker.dart
that imports:package:hmwidget/components/file_picker/hm_file_picker_logic.dart
that imports:package:file_picker/file_picker.dart
that imports:package:file_picker/src/file_picker.dart
that imports:package:file_picker/src/windows/file_picker_windows.dart
that imports:package:win32/win32.dart
that declares support for platforms:Windows
.
Package does not support platform `iOS`.
Because:
package:hmwidget/hmwidget.dart
that imports:package:hmwidget/components/file_picker/hm_file_picker.dart
that imports:package:hmwidget/components/file_picker/hm_file_picker_logic.dart
that imports:package:file_picker/file_picker.dart
that imports:package:file_picker/src/file_picker.dart
that imports:package:file_picker/src/windows/file_picker_windows.dart
that imports:package:win32/win32.dart
that declares support for platforms:Windows
.
0/0 points: WASM compatibility
Package not compatible with runtime wasm
Because:
package:hmwidget/hmwidget.dart
that imports:package:hmwidget/components/image_picker/image_picker.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 25 issues. Showing the first 2:
WARNING: This class (or a class that this class inherits from) is marked as '@immutable', but one or more of its instance fields aren't final: HMBottomNavBar.principalButtonIndex, HMBottomNavBar.items
lib/components/bottom_bar/hm_bottom_bar.dart:6:7
╷
6 │ class HMBottomNavBar extends HookWidget {
│ ^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/components/bottom_bar/hm_bottom_bar.dart
WARNING: This class (or a class that this class inherits from) is marked as '@immutable', but one or more of its instance fields aren't final: HMColorIpnut.colorController
lib/components/colorpicker/hm_color_input.dart:20:7
╷
20 │ class HMColorIpnut extends HookWidget {
│ ^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/components/colorpicker/hm_color_input.dart
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
camera |
^0.10.3+2 |
0.10.6 | 0.11.2 | |
file_picker |
^5.2.6 |
5.5.0 | 10.3.3 | |
flutter_colorpicker |
^1.0.3 |
1.1.0 | 1.1.0 | |
flutter_hooks |
^0.18.6 |
0.18.6 | 0.21.3+1 | |
flutter_svg |
^2.0.4 |
2.2.1 | 2.2.1 | |
image_picker |
^0.8.7 |
0.8.9 | 1.2.0 | |
styled_widget |
^0.4.1 |
0.4.1 | 0.4.1 |
Transitive dependencies
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
args |
- | 2.7.0 | 2.7.0 | |
async |
- | 2.13.0 | 2.13.0 | |
camera_android |
- | 0.10.10+9 | 0.10.10+9 | |
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 | |
collection |
- | 1.19.1 | 1.19.1 | |
cross_file |
- | 0.3.4+2 | 0.3.4+2 | |
ffi |
- | 2.1.4 | 2.1.4 | |
file_selector_linux |
- | 0.9.3+2 | 0.9.3+2 | |
file_selector_macos |
- | 0.9.4+4 | 0.9.4+4 | |
file_selector_platform_interface |
- | 2.6.2 | 2.6.2 | |
file_selector_windows |
- | 0.9.3+4 | 0.9.3+4 | |
flutter_plugin_android_lifecycle |
- | 2.0.31 | 2.0.31 | |
http |
- | 1.5.0 | 1.5.0 | |
http_parser |
- | 4.1.2 | 4.1.2 | |
image_picker_android |
- | 0.8.13+4 | 0.8.13+4 | |
image_picker_for_web |
- | 2.2.0 | 3.1.0 | |
image_picker_ios |
- | 0.8.13 | 0.8.13 | |
image_picker_linux |
- | 0.2.2 | 0.2.2 | |
image_picker_macos |
- | 0.2.2 | 0.2.2 | |
image_picker_platform_interface |
- | 2.11.0 | 2.11.0 | |
image_picker_windows |
- | 0.2.2 | 0.2.2 | |
lint |
- | 1.10.0 | 2.8.0 | |
material_color_utilities |
- | 0.11.1 | 0.13.0 | |
meta |
- | 1.16.0 | 1.17.0 | |
mime |
- | 1.0.6 | 2.0.0 | |
path |
- | 1.9.1 | 1.9.1 | |
path_parsing |
- | 1.1.0 | 1.1.0 | |
petitparser |
- | 7.0.1 | 7.0.1 | |
plugin_platform_interface |
- | 2.1.8 | 2.1.8 | |
source_span |
- | 1.10.1 | 1.10.1 | |
stream_transform |
- | 2.1.1 | 2.1.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_graphics |
- | 1.1.19 | 1.1.19 | |
vector_graphics_codec |
- | 1.1.13 | 1.1.13 | |
vector_graphics_compiler |
- | 1.1.19 | 1.1.19 | |
vector_math |
- | 2.2.0 | 2.2.0 | |
web |
- | 1.1.1 | 1.1.1 | |
win32 |
- | 5.15.0 | 5.15.0 | |
xml |
- | 6.6.1 | 6.6.1 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
Found 4 issues. Showing the first 2:
The constraint `^0.10.3+2` on camera does not support the stable version `0.11.0`.
Try running dart pub upgrade --major-versions camera
to update the constraint.
The constraint `^5.2.6` on file_picker does not support the stable version `6.0.0`.
Try running dart pub upgrade --major-versions file_picker
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.23
, Flutter 3.35.5
, Dart 3.9.2
.
Check the analysis log for details.