service_call_background 0.0.1
service_call_background: ^0.0.1 copied to clipboard
Plugging To collect information from the calling user and return it.
We analyzed this package 36 hours ago, and awarded it 130 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
Homepage URL doesn't exist.
At the time of the analysis https://github.com/JeffersonJeffy/service_call_background_info was unreachable. Make sure that the website is reachable via HEAD requests.
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
6 out of 24 API elements (25.0 %) have documentation comments.
Some symbols that are missing documentation: service_call_background, service_call_background.ServiceCallBackgroundInfo, service_call_background.ServiceCallBackgroundInfo.ServiceCallBackgroundInfo.new, service_call_background.getCallInformation, service_call_background.infoCall.
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:service_call_background/service_call_background.dartthat declares support for platforms:Android,iOS.
Package does not support platform `Linux`.
Because:
package:service_call_background/service_call_background.dartthat declares support for platforms:Android,iOS.
Package does not support platform `macOS`.
Because:
package:service_call_background/service_call_background.dartthat declares support for platforms:Android,iOS.
Package does not support platform `Web`.
Because:
package:service_call_background/service_call_background.dartthat declares support for platforms:Android,iOS.
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:service_call_background/service_call_background.dartthat imports:package:device_info_plus/device_info_plus.dartthat imports:package:device_info_plus/src/device_info_plus_windows.dartthat imports:package:win32_registry/win32_registry.dartthat declares support for platforms:Windows.
Package does not support platform `iOS`.
Because:
package:service_call_background/service_call_background.dartthat imports:package:flutter_background_service_android/flutter_background_service_android.dartthat declares support for platforms:Android.
0/0 points: Swift Package Manager support
Package does not support the Swift Package Manager on iOS
It does not contain ios/service_call_background/Package.swift.
This package for iOS or macOS does not support the Swift Package Manager. It will not receive full points in a future version of the scoring model.
See https://docs.flutter.dev/to/spm for details.
40/50 points: code has no errors, warnings, lints, or formatting issues
INFO: The import of 'package:flutter_background_service_android/flutter_background_service_android.dart' is unnecessary because all of the used elements are also provided by the import of 'package:flutter_background_service/flutter_background_service.dart'.
lib/service_call_background.dart:26:8
╷
26 │ import 'package:flutter_background_service_android/flutter_background_service_android.dart';
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/service_call_background.dart
INFO: Missing type annotation.
lib/service_call_background.dart:58:1
╷
58 │ infoCall() async {
│ ^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/service_call_background.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
call_log |
^4.0.0 |
4.0.0 | 6.0.1 | |
device_info_plus |
^9.0.3 |
9.1.2 | 12.3.0 | |
flutter_background_service |
^5.0.1 |
5.1.0 | 5.1.0 | |
flutter_background_service_android |
^6.0.1 |
6.3.1 | 6.3.1 | |
flutter_local_notifications |
^15.1.1 |
15.1.3 | 19.5.0 | |
permission_handler |
^11.0.0 |
11.4.0 | 12.0.1 | |
phone_state |
^1.0.3 |
1.0.4 | 3.0.1 | |
plugin_platform_interface |
^2.0.2 |
2.1.8 | 2.1.8 | |
shared_preferences |
^2.2.1 |
2.5.4 | 2.5.4 | |
workmanager |
^0.5.1 |
0.5.2 | 0.9.0+3 |
Transitive dependencies
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
Found 6 issues. Showing the first 2:
The constraint `^4.0.0` on call_log does not support the stable version `5.0.0`.
Try running dart pub upgrade --major-versions call_log to update the constraint.
The constraint `^9.0.3` 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.23.5, Flutter 3.38.5, Dart 3.10.4.
Check the analysis log for details.