easy_service_manager 1.5.1 easy_service_manager: ^1.5.1 copied to clipboard
This Package is used to add post production settings and features like more app settings, in-app-review, app rating system etc.
We analyzed this package 6 hours ago, and awarded it 140 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
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: BSD-3-Clause
.
10/10 points: 20% or more of the public API has dartdoc comments
33 out of 85 API elements (38.8 %) have documentation comments.
Some symbols that are missing documentation: easy_service_manager
, easy_service_manager.AdPriority
, easy_service_manager.AdPriorityExtension
, easy_service_manager.AdPriorityExtension.value
, easy_service_manager.AppAdIds
.
10/10 points: Package has an example
20/20 points: Supports 1 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
- ✓ iOS
These platforms are not supported:
Package does not support platform `Android`.
Because:
package:easy_service_manager/easy_service_manager.dart
that imports:package:easy_service_manager/src/services/welcome_widget.dart
that imports:package:package_info_plus/package_info_plus.dart
that imports:package:package_info_plus/src/package_info_plus_windows.dart
that imports:package:package_info_plus/src/file_version_info.dart
that imports:package:win32/win32.dart
that declares support for platforms:Windows
.
Package does not support platform `Windows`.
Because:
package:easy_service_manager/easy_service_manager.dart
that imports:package:easy_service_manager/src/services/welcome_widget.dart
that imports:package:easy_ads_flutter/easy_ads_flutter.dart
that imports:package:google_mobile_ads/google_mobile_ads.dart
that declares support for platforms:Android
,iOS
.
Package does not support platform `Linux`.
Because:
package:easy_service_manager/easy_service_manager.dart
that imports:package:easy_service_manager/src/services/welcome_widget.dart
that imports:package:package_info_plus/package_info_plus.dart
that imports:package:package_info_plus/src/package_info_plus_windows.dart
that imports:package:package_info_plus/src/file_version_info.dart
that imports:package:win32/win32.dart
that declares support for platforms:Windows
.
Package does not support platform `macOS`.
Because:
package:easy_service_manager/easy_service_manager.dart
that imports:package:easy_service_manager/src/services/welcome_widget.dart
that imports:package:package_info_plus/package_info_plus.dart
that imports:package:package_info_plus/src/package_info_plus_windows.dart
that imports:package:package_info_plus/src/file_version_info.dart
that imports:package:win32/win32.dart
that declares support for platforms:Windows
.
Package does not support platform `Web`.
Because:
package:easy_service_manager/easy_service_manager.dart
that imports:package:easy_service_manager/src/services/welcome_widget.dart
that imports:package:easy_ads_flutter/easy_ads_flutter.dart
that imports:package:google_mobile_ads/google_mobile_ads.dart
that 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 `iOS`.
Because:
package:easy_service_manager/easy_service_manager.dart
that imports:package:easy_service_manager/src/services/welcome_widget.dart
that imports:package:package_info_plus/package_info_plus.dart
that imports:package:package_info_plus/src/package_info_plus_windows.dart
that imports:package:package_info_plus/src/file_version_info.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:easy_service_manager/easy_service_manager.dart
that imports:package:easy_service_manager/src/services/welcome_widget.dart
that imports:package:package_info_plus/package_info_plus.dart
that imports:package:package_info_plus/src/package_info_plus_linux.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 6 issues. Showing the first 2:
INFO: Statements in an if should be enclosed in a block.
lib/src/easy_services_manager.dart:124:39
╷
124 │ isAutoScheduleNotification) scheduleAllNotifications();
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/easy_services_manager.dart
INFO: Statements in an if should be enclosed in a block.
lib/src/services/ad_manager.dart:106:12
╷
106 │ )) return true;
│ ^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/services/ad_manager.dart
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest |
---|---|---|---|
app_tracking_transparency |
^2.0.6 |
2.0.6+1 | 2.0.6+1 |
easy_ads_flutter |
^2.7.0 |
2.7.0 | 2.7.0 |
flutter |
flutter |
0.0.0 | 0.0.0 |
flutter_local_notifications |
^17.2.4 |
17.2.4 | 18.0.1 |
http |
^1.2.2 |
1.2.2 | 1.2.2 |
in_app_review |
^2.0.9 |
2.0.10 | 2.0.10 |
loading_indicator |
^3.1.1 |
3.1.1 | 3.1.1 |
package_info_plus |
^8.1.0 |
8.1.2 | 8.1.2 |
share_plus |
^10.1.1 |
10.1.3 | 10.1.3 |
shared_preferences |
^2.3.2 |
2.3.4 | 2.3.4 |
timezone |
^0.9.4 |
0.9.4 | 0.10.0 |
unity_ads_plugin |
^0.3.21 |
0.3.22 | 0.3.22 |
url_launcher |
^6.3.1 |
6.3.1 | 6.3.1 |
Transitive dependencies
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
The constraint `^17.2.4` on flutter_local_notifications does not support the stable version `18.0.0`.
Try running dart pub upgrade --major-versions flutter_local_notifications
to update the constraint.
The constraint `^0.9.4` on timezone does not support the stable version `0.10.0`.
Try running dart pub upgrade --major-versions timezone
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.17
, Flutter 3.27.0
, Dart 3.6.0
.
Check the analysis log for details.