segmentify_flutter_sdk 0.1.2 segmentify_flutter_sdk: ^0.1.2 copied to clipboard
Segmentify Flutter SDK.
We analyzed this package 34 hours 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 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
10/10 points: Use an OSI-approved license
Detected license: MIT
.
0/10 points: 20% or more of the public API has dartdoc comments
55 out of 304 API elements (18.1 %) 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: Currency.enum
, Currency.enum.getCurrencyType
, DeviceOs.enum
, Language.enum
, Language.enum.LanguageTypesExtension.value
.
10/10 points: Package has an example
20/20 points: Supports 3 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ macOS
These platforms are not supported:
Package does not support platform `Windows`.
Because:
package:segmentify_flutter_sdk/main.dart
that imports:package:segmentify_flutter_sdk/requests/push_service.dart
that imports:package:segmentify_flutter_sdk/utils/show_push_notification.dart
that imports:package:flutter_local_notifications/flutter_local_notifications.dart
that declares support for platforms:Android
,iOS
,Linux
,macOS
.
Package does not support platform `Linux`.
Because:
package:segmentify_flutter_sdk/main.dart
that imports:package:segmentify_flutter_sdk/utils/handle_device_information.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 `Web`.
Because:
package:segmentify_flutter_sdk/main.dart
that imports:package:segmentify_flutter_sdk/requests/push_service.dart
that imports:package:segmentify_flutter_sdk/utils/show_push_notification.dart
that imports:package:flutter_local_notifications/flutter_local_notifications.dart
that declares support for platforms:Android
,iOS
,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:segmentify_flutter_sdk/main.dart
that imports:package:segmentify_flutter_sdk/utils/handle_device_information.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:segmentify_flutter_sdk/main.dart
that imports:package:segmentify_flutter_sdk/utils/handle_device_information.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 `macOS`.
Because:
package:segmentify_flutter_sdk/main.dart
that imports:package:segmentify_flutter_sdk/utils/handle_device_information.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:segmentify_flutter_sdk/main.dart
that imports:package:segmentify_flutter_sdk/utils/handle_device_information.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 imports:package:win32_registry/src/registry_value.dart
that imports:package:win32_registry/src/models/models.dart
that imports:package:win32_registry/src/models/registry_value_type.dart
that imports:package:win32/win32.dart
that imports:package:win32/src/com/iwinhttprequest.dart
that imports:package:win32/src/com/iunknown.dart
that imports:package:win32/src/utils.dart
that imports:package:win32/src/win32/user32.g.dart
that imports:package:win32/src/variant.dart
that imports:package:win32/src/win32/oleaut32.g.dart
that imports:package:win32/src/structs.g.dart
that imports:package:win32/src/guid.dart
that imports:package:win32/src/win32/ole32.g.dart
that imports:package:win32/src/combase.dart
that imports:package:win32/src/macros.dart
that imports:package:win32/src/inline.dart
that imports:package:win32/src/win32/uxtheme.g.dart
that imports:package:win32/src/callbacks.dart
that imports:package:win32/src/types.dart
that imports:package:ffi/ffi.dart
that imports:package:ffi/src/utf8.dart
that imports:dart:ffi
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: The variable name 'API_ERRORS' isn't a lowerCamelCase identifier.
lib/constants/api_errors.dart:18:35
╷
18 │ Map<String, Map<String, dynamic>> API_ERRORS = {
│ ^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/constants/api_errors.dart
INFO: The variable name 'SegmentifyInitializeStorage' isn't a lowerCamelCase identifier.
lib/main.dart:38:16
╷
38 │ Future<void> SegmentifyInitializeStorage(
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/main.dart
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest |
---|---|---|---|
dartdoc |
^6.3.0 |
6.3.0 | 8.3.0 |
device_info_plus |
^9.1.0 |
9.1.2 | 11.1.1 |
dio |
^5.3.3 |
5.7.0 | 5.7.0 |
firebase_core |
^2.24.2 |
2.32.0 | 3.8.0 |
firebase_messaging |
^14.7.10 |
14.7.10 | 15.1.5 |
flutter |
flutter |
0.0.0 | 0.0.0 |
flutter_local_notifications |
^16.3.0 |
16.3.3 | 18.0.1 |
http |
^1.1.0 |
1.2.2 | 1.2.2 |
shared_preferences |
^2.2.2 |
2.3.3 | 2.3.3 |
Transitive dependencies
Package | Constraint | Compatible | Latest |
---|---|---|---|
_fe_analyzer_shared |
- | 61.0.0 | 76.0.0 |
_flutterfire_internals |
- | 1.3.35 | 1.3.46 |
analyzer |
- | 5.13.0 | 6.11.0 |
args |
- | 2.6.0 | 2.6.0 |
async |
- | 2.11.0 | 2.12.0 |
boolean_selector |
- | 2.1.1 | 2.1.2 |
characters |
- | 1.3.0 | 1.3.1 |
cli_util |
- | 0.4.2 | 0.4.2 |
clock |
- | 1.1.1 | 1.1.2 |
collection |
- | 1.18.0 | 1.19.1 |
convert |
- | 3.1.2 | 3.1.2 |
crypto |
- | 3.0.6 | 3.0.6 |
csslib |
- | 1.0.2 | 1.0.2 |
dbus |
- | 0.7.10 | 0.7.10 |
device_info_plus_platform_interface |
- | 7.0.1 | 7.0.1 |
dio_web_adapter |
- | 2.0.0 | 2.0.0 |
fake_async |
- | 1.3.1 | 1.3.2 |
ffi |
- | 2.1.3 | 2.1.3 |
file |
- | 7.0.1 | 7.0.1 |
firebase_core_platform_interface |
- | 5.3.0 | 5.3.0 |
firebase_core_web |
- | 2.18.1 | 2.18.1 |
firebase_messaging_platform_interface |
- | 4.5.37 | 4.5.48 |
firebase_messaging_web |
- | 3.5.18 | 3.9.4 |
flutter_local_notifications_linux |
- | 4.0.1 | 5.0.0 |
flutter_local_notifications_platform_interface |
- | 7.2.0 | 8.0.0 |
flutter_test |
- | 0.0.0 | 0.0.0 |
flutter_web_plugins |
- | 0.0.0 | 0.0.0 |
glob |
- | 2.1.2 | 2.1.2 |
html |
- | 0.15.5 | 0.15.5 |
http_parser |
- | 4.0.2 | 4.1.1 |
js |
- | 0.6.7 | 0.7.1 |
leak_tracker |
- | 10.0.5 | 10.0.8 |
leak_tracker_flutter_testing |
- | 3.0.5 | 3.0.9 |
leak_tracker_testing |
- | 3.0.1 | 3.0.1 |
logging |
- | 1.3.0 | 1.3.0 |
markdown |
- | 7.2.2 | 7.2.2 |
matcher |
- | 0.12.16+1 | 0.12.17 |
material_color_utilities |
- | 0.11.1 | 0.12.0 |
meta |
- | 1.15.0 | 1.16.0 |
package_config |
- | 2.1.0 | 2.1.0 |
path |
- | 1.9.0 | 1.9.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 |
petitparser |
- | 6.0.2 | 6.0.2 |
platform |
- | 3.1.6 | 3.1.6 |
plugin_platform_interface |
- | 2.1.8 | 2.1.8 |
pub_semver |
- | 2.1.4 | 2.1.4 |
shared_preferences_android |
- | 2.3.3 | 2.3.3 |
shared_preferences_foundation |
- | 2.5.3 | 2.5.3 |
shared_preferences_linux |
- | 2.4.1 | 2.4.1 |
shared_preferences_platform_interface |
- | 2.4.1 | 2.4.1 |
shared_preferences_web |
- | 2.4.2 | 2.4.2 |
shared_preferences_windows |
- | 2.4.1 | 2.4.1 |
sky_engine |
- | 0.0.99 | 0.0.99 |
source_span |
- | 1.10.0 | 1.10.0 |
stack_trace |
- | 1.11.1 | 1.12.0 |
stream_channel |
- | 2.1.2 | 2.1.2 |
string_scanner |
- | 1.2.0 | 1.4.0 |
term_glyph |
- | 1.2.1 | 1.2.1 |
test_api |
- | 0.7.2 | 0.7.3 |
timezone |
- | 0.9.4 | 0.10.0 |
typed_data |
- | 1.4.0 | 1.4.0 |
vector_math |
- | 2.1.4 | 2.1.4 |
vm_service |
- | 14.2.5 | 14.3.1 |
watcher |
- | 1.1.0 | 1.1.0 |
web |
- | 1.1.0 | 1.1.0 |
win32 |
- | 5.8.0 | 5.8.0 |
win32_registry |
- | 1.1.5 | 2.0.0 |
xdg_directories |
- | 1.1.0 | 1.1.0 |
xml |
- | 6.5.0 | 6.5.0 |
yaml |
- | 3.1.2 | 3.1.2 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
Found 5 issues. Showing the first 2:
The constraint `^6.3.0` on dartdoc does not support the stable version `7.0.0`.
Try running dart pub upgrade --major-versions dartdoc
to update the constraint.
The constraint `^9.1.0` 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.