ensemble_moengage 1.2.55
ensemble_moengage: ^1.2.55 copied to clipboard
MoEngage analytics and push notifications integration module for the Ensemble low-code framework.
We analyzed this package 15 hours ago, and awarded it 110 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.
0/10 points: 20% or more of the public API has dartdoc comments
10 out of 60 API elements (16.7 %) 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: moengage.MoEngageImpl.deleteUser, moengage.MoEngageImpl.disableAdIdTracking, moengage.MoEngageImpl.disableAndroidIdTracking, moengage.MoEngageImpl.disableDataTracking, moengage.MoEngageImpl.disableDeviceIdTracking.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add 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:ensemble_moengage/ensemble_moengage.dartthat imports:package:ensemble_moengage/moengage_notification_handler.dartthat imports:package:moengage_flutter/moengage_flutter.dartthat declares support for platforms:Android,iOS,Web.
Package does not support platform `Linux`.
Because:
package:ensemble_moengage/ensemble_moengage.dartthat imports:package:ensemble_moengage/moengage_notification_handler.dartthat imports:package:moengage_flutter/moengage_flutter.dartthat declares support for platforms:Android,iOS,Web.
Package does not support platform `macOS`.
Because:
package:ensemble_moengage/ensemble_moengage.dartthat imports:package:ensemble_moengage/moengage_notification_handler.dartthat imports:package:moengage_flutter/moengage_flutter.dartthat declares support for platforms:Android,iOS,Web.
Package does not support platform `Web`.
Because:
package:ensemble_moengage/ensemble_moengage.dartthat imports:package:ensemble_moengage/moengage_notification_handler.dartthat imports:package:ensemble/framework/notification_manager.dartthat imports:package:ensemble/util/utils.dartthat imports:package:ensemble/widget/helpers/controllers.dartthat imports:package:ensemble/model/capabilities.dartthat imports:package:ensemble/framework/action.dartthat imports:package:ensemble/screen_controller.dartthat imports:package:ensemble/util/ensemble_utils.dartthat imports:package:ensemble/ensemble_app.dartthat imports:package:workmanager/workmanager.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:ensemble_moengage/ensemble_moengage.dartthat imports:package:ensemble_moengage/moengage_notification_handler.dartthat imports:package:ensemble/framework/notification_manager.dartthat imports:package:ensemble/util/utils.dartthat imports:package:ensemble/widget/helpers/controllers.dartthat imports:package:ensemble/model/capabilities.dartthat imports:package:ensemble/framework/action.dartthat imports:package:ensemble/screen_controller.dartthat imports:package:ensemble/util/notification_utils.dartthat imports:package:ensemble/util/notification/notification_mobile.dartthat imports:package:flutter_local_notifications/flutter_local_notifications.dartthat imports:package:flutter_local_notifications/src/notification_details.dartthat imports:package:flutter_local_notifications_windows/flutter_local_notifications_windows.dartthat declares support for platforms:Windows.
Package does not support platform `iOS`.
Because:
package:ensemble_moengage/ensemble_moengage.dartthat imports:package:ensemble_moengage/moengage_notification_handler.dartthat imports:package:ensemble/framework/notification_manager.dartthat imports:package:ensemble/util/utils.dartthat imports:package:ensemble/widget/helpers/controllers.dartthat imports:package:ensemble/model/capabilities.dartthat imports:package:ensemble/framework/action.dartthat imports:package:ensemble/screen_controller.dartthat imports:package:ensemble/util/notification_utils.dartthat imports:package:ensemble/util/notification/notification_mobile.dartthat imports:package:flutter_local_notifications/flutter_local_notifications.dartthat imports:package:flutter_local_notifications/src/notification_details.dartthat imports:package:flutter_local_notifications_windows/flutter_local_notifications_windows.dartthat declares support for platforms:Windows.
50/50 points: code has no errors, warnings, lints, or formatting issues
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
ensemble |
^1.2.55 |
1.2.55 | 1.2.55 | |
firebase_core |
^4.2.0 |
4.15.0 | 4.15.0 | |
firebase_messaging |
^16.4.1 |
16.7.0 | 16.7.0 | |
get_it |
^8.0.0 |
8.3.0 | 9.2.1 | |
moengage_cards |
^5.0.0 |
5.0.0 | 7.0.0 | |
moengage_flutter |
^8.0.0 |
8.1.0 | 11.0.0 | |
moengage_geofence |
^4.1.0 |
4.1.0 | 7.0.0 | |
moengage_inbox |
^7.1.0 |
7.1.0 | 10.0.0 | |
permission_handler |
^12.0.3 |
12.0.3 | 13.0.2 |
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 `^8.0.0` on get_it does not support the stable version `9.0.0`.
Try running dart pub upgrade --major-versions get_it to update the constraint.
The constraint `^5.0.0` on moengage_cards does not support the stable version `6.0.0`.
Try running dart pub upgrade --major-versions moengage_cards to update the constraint.
10/10 points: Package supports latest stable Dart and Flutter SDKs
0/20 points: Compatible with dependency constraint lower bounds
downgrade analysis failed failed with 1 error:
UNDEFINED_METHOD-lib/moengage.dart:264:21- The method 'registerForProvisionalPush' isn't defined for the type 'MoEngageFlutter'.
Run flutter pub downgrade and then flutter analyze to reproduce the above problem.
You may run dart pub upgrade --tighten to update your dependency constraints, see dart.dev/go/downgrade-testing for details.
Analyzed with Pana 0.23.19, Flutter 3.47.0, Dart 3.13.0.
Check the analysis log for details.