nebx_utilities 0.2.1
nebx_utilities: ^0.2.1 copied to clipboard
Nebx various pre made utilities
We analyzed this package 3 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: MIT
.
10/10 points: 20% or more of the public API has dartdoc comments
13 out of 52 API elements (25.0 %) have documentation comments.
Some symbols that are missing documentation: nebx_utilities
, nebx_utilities.DateTimePickerImplementation
, nebx_utilities.DateTimePickerImplementation.DateTimePickerImplementation.new
, nebx_utilities.DateTimePickerImplementation.showDateTimePicker
, nebx_utilities.DateTimePickerImplementation.showDateTimeRangePicker
.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
20/20 points: Supports 3 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ Windows
These platforms are not supported:
Package does not support platform `Linux`.
Because:
package:nebx_utilities/nebx_utilities.dart
that imports:package:nebx_utilities/src/services/services_export.dart
that imports:package:nebx_utilities/src/services/implementations/implementations_export.dart
that imports:package:nebx_utilities/src/services/implementations/permission_manager_implementation.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:nebx_utilities/nebx_utilities.dart
that imports:package:nebx_utilities/src/services/services_export.dart
that imports:package:nebx_utilities/src/services/implementations/implementations_export.dart
that imports:package:nebx_utilities/src/services/implementations/permission_manager_implementation.dart
that imports:package:permission_handler/permission_handler.dart
that declares support for platforms:Android
,iOS
,Windows
,Web
.
Package does not support platform `Web`.
Because:
package:nebx_utilities/nebx_utilities.dart
that imports:package:nebx_utilities/src/services/services_export.dart
that imports:package:nebx_utilities/src/services/implementations/implementations_export.dart
that imports:package:nebx_utilities/src/services/implementations/native_dialog_implementation.dart
that imports:package:flutter_platform_alert/flutter_platform_alert.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:nebx_utilities/nebx_utilities.dart
that imports:package:nebx_utilities/src/services/services_export.dart
that imports:package:nebx_utilities/src/services/implementations/implementations_export.dart
that imports:package:nebx_utilities/src/services/implementations/permission_manager_implementation.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:nebx_utilities/nebx_utilities.dart
that imports:package:nebx_utilities/src/services/services_export.dart
that imports:package:nebx_utilities/src/services/implementations/implementations_export.dart
that imports:package:nebx_utilities/src/services/implementations/permission_manager_implementation.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:nebx_utilities/nebx_utilities.dart
that imports:package:nebx_utilities/src/services/services_export.dart
that imports:package:nebx_utilities/src/services/interfaces/interfaces_export.dart
that imports:package:nebx_utilities/src/services/interfaces/idirectory_provider.dart
that imports:package:universal_io/io.dart
that imports:package:universal_io/src/_exports_in_vm.dart
that imports:package:universal_io/src/new_universal_http_client.dart
that imports:package:universal_io/src/_helpers.dart
that imports:package:universal_io/src/_helpers_impl_elsewhere.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 8 issues. Showing the first 2:
INFO: Angle brackets will be interpreted as HTML.
lib/src/services/interfaces/ipermission_manager.dart:6:7
╷
6 │ /// <uses-permission android:name="android.permission.MANAGE_EXTERNAL_STORAGE"/>
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/services/interfaces/ipermission_manager.dart
INFO: Angle brackets will be interpreted as HTML.
lib/src/services/interfaces/ipermission_manager.dart:7:7
╷
7 │ /// <application android:requestLegacyExternalStorage="true" .... />
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/services/interfaces/ipermission_manager.dart
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
device_info_plus |
^10.1.2 |
10.1.2 | 11.5.0 | |
flutter_platform_alert |
^0.5.3 |
0.5.3 | 0.8.0 | |
logger |
^2.4.0 |
2.6.0 | 2.6.0 | |
omni_datetime_picker |
^2.0.4 |
2.1.1 | 2.1.1 | |
path |
^1.9.0 |
1.9.1 | 1.9.1 | |
path_provider |
^2.1.4 |
2.1.5 | 2.1.5 | |
permission_handler |
^11.3.1 |
11.4.0 | 12.0.0+1 | |
universal_io |
^2.2.2 |
2.2.2 | 2.2.2 |
Transitive dependencies
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
bloc |
- | 9.0.0 | 9.0.0 | |
characters |
- | 1.4.0 | 1.4.1 | |
collection |
- | 1.19.1 | 1.19.1 | |
device_info_plus_platform_interface |
- | 7.0.3 | 7.0.3 | |
equatable |
- | 2.0.7 | 2.0.7 | |
ffi |
- | 2.1.4 | 2.1.4 | |
file |
- | 7.0.1 | 7.0.1 | |
flutter_bloc |
- | 9.1.1 | 9.1.1 | |
material_color_utilities |
- | 0.11.1 | 0.13.0 | |
meta |
- | 1.16.0 | 1.17.0 | |
nested |
- | 1.0.0 | 1.0.0 | |
path_provider_android |
- | 2.2.17 | 2.2.17 | |
path_provider_foundation |
- | 2.4.1 | 2.4.1 | |
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_android |
- | 12.1.0 | 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 | |
platform |
- | 3.1.6 | 3.1.6 | |
plugin_platform_interface |
- | 2.1.8 | 2.1.8 | |
provider |
- | 6.1.5 | 6.1.5 | |
rxdart |
- | 0.28.0 | 0.28.0 | |
typed_data |
- | 1.4.0 | 1.4.0 | |
vector_math |
- | 2.1.4 | 2.2.0 | |
web |
- | 1.1.1 | 1.1.1 | |
win32 |
- | 5.14.0 | 5.14.0 | |
win32_registry |
- | 1.1.5 | 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
.
Found 3 issues. Showing the first 2:
The constraint `^10.1.2` on device_info_plus does not support the stable version `11.0.0`.
Try running dart pub upgrade --major-versions device_info_plus
to update the constraint.
The constraint `^0.5.3` on flutter_platform_alert does not support the stable version `0.6.1`.
Try running dart pub upgrade --major-versions flutter_platform_alert
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.21
, Flutter 3.32.4
, Dart 3.8.1
.
Check the analysis log for details.