moengage_flutter 7.2.0
moengage_flutter: ^7.2.0 copied to clipboard
Flutter Plugin for MoEngage Platform. MoEngage is an Intelligent Customer Engagement Platform
We analyzed this package 6 days ago, and awarded it 120 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
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
284 out of 390 API elements (72.8 %) have documentation comments.
Some symbols that are missing documentation: moengage_flutter
, moengage_flutter.CallbackCache.CallbackCache.new
, moengage_flutter.InAppPayloadMapper.InAppPayloadMapper.new
, moengage_flutter.InitConfigPayloadMapper.InitConfigPayloadMapper.new
, moengage_flutter.TAG
.
10/10 points: Package has an example
20/20 points: Supports 3 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ Web
These platforms are not supported:
Package does not support platform `Windows`.
Because:
package:moengage_flutter/moengage_flutter.dart
that declares support for platforms:Android
,iOS
,Web
.
Package does not support platform `Linux`.
Because:
package:moengage_flutter/moengage_flutter.dart
that declares support for platforms:Android
,iOS
,Web
.
Package does not support platform `macOS`.
Because:
package:moengage_flutter/moengage_flutter.dart
that declares support for platforms:Android
,iOS
,Web
.
These issues are present but do not affect the score, because they may not originate in your package:
Package not compatible with platform Web
Because:
package:moengage_flutter/moengage_flutter.dart
that imports:package:moengage_flutter_platform_interface/moengage_flutter_platform_interface.dart
that imports:package:moengage_flutter_platform_interface/src/utils/utils.dart
that imports:package:moengage_flutter_platform_interface/src/model/platforms.dart
that imports:dart:io
0/0 points: WASM compatibility
Package not compatible with runtime wasm
Because:
package:moengage_flutter/moengage_flutter.dart
that imports:package:moengage_flutter_platform_interface/moengage_flutter_platform_interface.dart
that imports:package:moengage_flutter_platform_interface/src/utils/utils.dart
that imports:package:moengage_flutter_platform_interface/src/model/platforms.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.
30/50 points: code has no errors, warnings, lints, or formatting issues
WARNING: Unused import: 'dart:convert'.
lib/src/moengage_flutter.dart:2:8
╷
2 │ import 'dart:convert';
│ ^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/moengage_flutter.dart
INFO: Angle brackets will be interpreted as HTML.
lib/src/moengage_flutter.dart:145:72
╷
145 │ /// - `List<String>`, `List<int>`, `List<double>`, `List<num>` , List<bool>
│ ^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/moengage_flutter.dart
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
moengage_flutter_android |
2.1.1 |
2.1.1 | 3.3.0 | |
moengage_flutter_ios |
2.3.0 |
2.3.0 | 3.3.0 | |
moengage_flutter_platform_interface |
2.1.0 |
2.1.0 | 3.2.0 | |
moengage_flutter_web |
3.1.0 |
3.1.0 | 4.1.0 |
Transitive dependencies
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
characters |
- | 1.4.0 | 1.4.0 | |
collection |
- | 1.19.1 | 1.19.1 | |
material_color_utilities |
- | 0.11.1 | 0.12.0 | |
meta |
- | 1.16.0 | 1.16.0 | |
plugin_platform_interface |
- | 2.1.8 | 2.1.8 | |
vector_math |
- | 2.1.4 | 2.1.5 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
Found 4 issues. Showing the first 2:
The constraint `2.1.1` on moengage_flutter_android does not support the stable version `3.0.0`.
Try running dart pub upgrade --major-versions moengage_flutter_android
to update the constraint.
The constraint `2.3.0` on moengage_flutter_ios does not support the stable version `3.0.0`.
Try running dart pub upgrade --major-versions moengage_flutter_ios
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.20
, Flutter 3.29.2
, Dart 3.7.2
.
Check the analysis log for details.