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 9 days 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.dartthat imports:package:easy_service_manager/src/services/welcome_widget.dartthat imports:package:package_info_plus/package_info_plus.dartthat imports:package:package_info_plus/src/package_info_plus_windows.dartthat imports:package:package_info_plus/src/file_version_info.dartthat imports:package:win32/win32.dartthat declares support for platforms:Windows.
Package does not support platform `Windows`.
Because:
package:easy_service_manager/easy_service_manager.dartthat imports:package:easy_service_manager/src/services/welcome_widget.dartthat imports:package:easy_ads_flutter/easy_ads_flutter.dartthat imports:package:google_mobile_ads/google_mobile_ads.dartthat declares support for platforms:Android,iOS.
Package does not support platform `Linux`.
Because:
package:easy_service_manager/easy_service_manager.dartthat imports:package:easy_service_manager/src/services/welcome_widget.dartthat imports:package:package_info_plus/package_info_plus.dartthat imports:package:package_info_plus/src/package_info_plus_windows.dartthat imports:package:package_info_plus/src/file_version_info.dartthat imports:package:win32/win32.dartthat declares support for platforms:Windows.
Package does not support platform `macOS`.
Because:
package:easy_service_manager/easy_service_manager.dartthat imports:package:easy_service_manager/src/services/welcome_widget.dartthat imports:package:package_info_plus/package_info_plus.dartthat imports:package:package_info_plus/src/package_info_plus_windows.dartthat imports:package:package_info_plus/src/file_version_info.dartthat imports:package:win32/win32.dartthat declares support for platforms:Windows.
Package does not support platform `Web`.
Because:
package:easy_service_manager/easy_service_manager.dartthat imports:package:easy_service_manager/src/services/welcome_widget.dartthat imports:package:easy_ads_flutter/easy_ads_flutter.dartthat imports:package:google_mobile_ads/google_mobile_ads.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 `iOS`.
Because:
package:easy_service_manager/easy_service_manager.dartthat imports:package:easy_service_manager/src/services/welcome_widget.dartthat imports:package:package_info_plus/package_info_plus.dartthat imports:package:package_info_plus/src/package_info_plus_windows.dartthat imports:package:package_info_plus/src/file_version_info.dartthat imports:package:win32/win32.dartthat declares support for platforms:Windows.
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 8 issues. Showing the first 2:
INFO: Library names are not necessary.
lib/easy_service_manager.dart:1:9
╷
1 │ library easy_service_manager;
│ ^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/easy_service_manager.dart
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
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
app_tracking_transparency |
^2.0.6 |
2.0.6+1 | 2.0.6+1 | |
easy_ads_flutter |
^2.7.0 |
2.8.2 | 2.8.2 | |
flutter_local_notifications |
^17.2.4 |
17.2.4 | 19.5.0 | |
http |
^1.2.2 |
1.6.0 | 1.6.0 | |
in_app_review |
^2.0.9 |
2.0.11 | 2.0.11 | |
loading_indicator |
^3.1.1 |
3.1.1 | 3.1.1 | |
package_info_plus |
^8.1.0 |
8.3.1 | 9.0.0 | |
share_plus |
^10.1.1 |
10.1.4 | 12.0.1 | |
shared_preferences |
^2.3.2 |
2.5.4 | 2.5.4 | |
timezone |
^0.9.4 |
0.9.4 | 0.10.1 | |
unity_ads_plugin |
^0.3.21 |
0.3.28 | 0.3.28 | |
url_launcher |
^6.3.1 |
6.3.2 | 6.3.2 |
Transitive dependencies
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
Found 4 issues. Showing the first 2:
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 `^8.1.0` on package_info_plus does not support the stable version `9.0.0`.
Try running dart pub upgrade --major-versions package_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.3, Flutter 3.38.4, Dart 3.10.3.
Check the analysis log for details.