freewill_fx_widgets 1.4.9 freewill_fx_widgets: ^1.4.9 copied to clipboard
Custom widgets for FreewillFx Co., Ltd.
We analyzed this package 18 hours ago, and awarded it 100 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.
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.
0/10 points: 20% or more of the public API has dartdoc comments
22 out of 287 API elements (7.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: fx
, fx_alert_dialog
, fx_alert_dialog
, fx_alert_dialog.FXAlertDialog
, fx_alert_dialog.FXAlertDialog.FXAlertDialog
.
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:freewill_fx_widgets/fx.dart
that imports:package:freewill_fx_widgets/fx_image_picker/fx_image_picker.dart
that imports:package:freewill_fx_widgets/fx_image_picker/src/fx_image_picker.dart
that imports:package:image_cropper/image_cropper.dart
that declares support for platforms:Android
,iOS
,Web
.
Package does not support platform `Linux`.
Because:
package:freewill_fx_widgets/fx.dart
that imports:package:freewill_fx_widgets/fx_permission/fx_permission.dart
that imports:package:freewill_fx_widgets/fx_permission/src/fx_permission.dart
that imports:package:permission_handler/permission_handler.dart
that declares support for platforms:Android
,iOS
,Windows
.
Package does not support platform `macOS`.
Because:
package:freewill_fx_widgets/fx.dart
that imports:package:freewill_fx_widgets/fx_permission/fx_permission.dart
that imports:package:freewill_fx_widgets/fx_permission/src/fx_permission.dart
that imports:package:permission_handler/permission_handler.dart
that declares support for platforms:Android
,iOS
,Windows
.
Package does not support platform `Web`.
Because:
package:freewill_fx_widgets/fx.dart
that imports:package:freewill_fx_widgets/fx_permission/fx_permission.dart
that imports:package:freewill_fx_widgets/fx_permission/src/fx_permission.dart
that imports:package:permission_handler/permission_handler.dart
that declares support for platforms:Android
,iOS
,Windows
.
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:freewill_fx_widgets/fx.dart
that imports:package:freewill_fx_widgets/fx_permission/fx_permission.dart
that imports:package:freewill_fx_widgets/fx_permission/src/fx_permission.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:freewill_fx_widgets/fx.dart
that imports:package:freewill_fx_widgets/fx_permission/fx_permission.dart
that imports:package:freewill_fx_widgets/fx_permission/src/fx_permission.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
.
0/0 points: WASM compatibility
Package not compatible with runtime wasm
Because:
package:freewill_fx_widgets/fx.dart
that imports:package:freewill_fx_widgets/fx_new_version/fx_new_version.dart
that imports:package:freewill_fx_widgets/fx_new_version/src/fx_new_version.dart
that imports:package:open_store/open_store.dart
that imports:package:open_store/src/src.dart
that imports:package:open_store/src/open_store.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 23 issues. Showing the first 2:
/tmp/pana_RVLEPO/lib/fx_alert_dialog/fx_alert_dialog.dart doesn't match the Dart formatter.
To format your files run: dart format .
/tmp/pana_RVLEPO/lib/fx_back_button/fx_back_button.dart doesn't match the Dart formatter.
To format your files run: dart format .
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest |
---|---|---|---|
badges |
^3.1.1 |
3.1.2 | 3.1.2 |
camera |
^0.10.3 |
0.10.6 | 0.11.0+2 |
device_info_plus |
^9.1.1 |
9.1.2 | 11.1.1 |
flutter |
flutter |
0.0.0 | 0.0.0 |
flutter_keyboard_visibility |
^5.4.1 |
5.4.1 | 6.0.0 |
get |
^4.6.5 |
4.6.6 | 4.6.6 |
image_cropper |
^3.0.1 |
3.0.3 | 8.0.2 |
image_picker |
^1.0.7 |
1.1.2 | 1.1.2 |
open_store |
^0.5.0 |
0.5.0 | 0.5.0 |
package_info_plus |
^4.0.1 |
4.2.0 | 8.1.1 |
permission_handler |
^10.2.0 |
10.4.5 | 11.3.1 |
syncfusion_flutter_datepicker |
^25.1.38 |
25.2.7 | 27.1.58 |
Transitive dependencies
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
Found 7 issues. Showing the first 2:
The constraint `^0.10.3` 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 `^9.1.1` on device_info_plus does not support the stable version `10.0.0`.
Try running dart pub upgrade --major-versions device_info_plus
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.15
, Flutter 3.24.4
, Dart 3.5.4
.
Check the analysis log for details.