mehery_sender 0.1.15
mehery_sender: ^0.1.15 copied to clipboard
Flutter SDK for Mehery PushApp — push notifications, event tracking, in-app messages (banner, popup, PiP), and Android native notification templates.
We analyzed this package 14 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: MIT.
10/10 points: 20% or more of the public API has dartdoc comments
100 out of 328 API elements (30.5 %) have documentation comments.
Some symbols that are missing documentation: delivery_notification, delivery_notification.DeliveryNotification, delivery_notification.DeliveryNotification.DeliveryNotification.new, delivery_notification.DeliveryNotification.build, delivery_notification.DeliveryNotificationConfig.
10/10 points: Package has an example
20/20 points: Supports 1 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
- ✓ Android
These platforms are not supported:
Package does not support platform `iOS`.
Because:
package:mehery_sender/mehery_sender.dartthat declares support for platforms:Android.
Package does not support platform `Windows`.
Because:
package:mehery_sender/mehery_sender.dartthat declares support for platforms:Android.
Package does not support platform `Linux`.
Because:
package:mehery_sender/mehery_sender.dartthat declares support for platforms:Android.
Package does not support platform `macOS`.
Because:
package:mehery_sender/mehery_sender.dartthat declares support for platforms:Android.
Package does not support platform `Web`.
Because:
package:mehery_sender/mehery_sender.dartthat declares support for platforms:Android.
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:mehery_sender/mehery_sender.dartthat imports:package:webview_flutter_wkwebview/webview_flutter_wkwebview.dartthat declares support for platforms:iOS,macOS.
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 16 issues. Showing the first 2:
INFO: The part-of directive uses a library name.
lib/api/config.dart:1:1
╷
1 │ part of mehery_sender;
│ ^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/api/config.dart
INFO: The part-of directive uses a library name.
lib/api/exceptions.dart:1:1
╷
1 │ part of mehery_sender;
│ ^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/api/exceptions.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
app_set_id |
^1.2.0 |
1.4.0 | 1.4.0 | |
device_info_plus |
^11.4.0 |
11.5.0 | 13.1.0 | |
firebase_core |
^4.10.0 |
4.11.0 | 4.11.0 | |
firebase_messaging |
^16.3.0 |
16.4.0 | 16.4.0 | |
flutter_html |
^3.0.0 |
3.0.0 | 3.0.0 | |
flutter_local_notifications |
^22.0.0 |
22.0.1 | 22.0.1 | |
http |
^1.1.0 |
1.6.0 | 1.6.0 | |
package_info_plus |
^8.3.0 |
8.3.1 | 10.1.0 | |
shared_preferences |
^2.2.2 |
2.5.5 | 2.5.5 | |
super_tooltip |
^2.1.1 |
2.1.1 | 2.1.1 | |
url_launcher |
^6.3.1 |
6.3.2 | 6.3.2 | |
web_socket_channel |
^2.4.0 |
2.4.0 | 3.0.3 | |
webview_flutter |
^4.13.0 |
4.14.0 | 4.14.0 | |
webview_flutter_wkwebview |
^3.22.0 |
3.26.0 | 3.26.0 |
Transitive dependencies
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
Found 3 issues. Showing the first 2:
The constraint `^11.4.0` on device_info_plus does not support the stable version `12.0.0`.
Try running dart pub upgrade --major-versions device_info_plus to update the constraint.
The constraint `^8.3.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.12, Flutter 3.44.2, Dart 3.12.2.
Check the analysis log for details.