mehery_sender 0.0.12
mehery_sender: ^0.0.12 copied to clipboard
A Flutter package to send device tokens to a server.
We analyzed this package 2 days ago, and awarded it 70 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.
0/10 points: 20% or more of the public API has dartdoc comments
16 out of 153 API elements (10.5 %) 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: delivery_notification, delivery_notification.DeliveryNotification, delivery_notification.DeliveryNotification.DeliveryNotification.new, delivery_notification.DeliveryNotification.build, delivery_notification.DeliveryNotificationConfig.
10/10 points: Package has an example
0/20 points: Supports 0 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
0/50 points: code has no errors, warnings, lints, or formatting issues
Found 17 issues. Showing the first 2:
ERROR: The named parameter 'showBarrier' isn't defined.
lib/mehery_sender.dart:3062:11
╷
3062 │ showBarrier: true,
│ ^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/mehery_sender.dart
ERROR: The named parameter 'backgroundColor' isn't defined.
lib/mehery_sender.dart:3063:11
╷
3063 │ backgroundColor: style != null
│ ^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/mehery_sender.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.3.0 | 1.3.0 | |
device_info_plus |
^11.4.0 |
11.5.0 | 12.3.0 | |
dynamix_flutter_sdk |
^0.0.3 |
0.0.5 | 0.0.5 | |
firebase_messaging |
^14.0.0 |
14.7.10 | 16.1.2 | |
flutter_html |
^3.0.0 |
3.0.0 | 3.0.0 | |
flutter_local_notifications |
^16.3.0 |
16.3.3 | 21.0.0 | |
http |
^1.1.0 |
1.6.0 | 1.6.0 | |
package_info_plus |
^8.3.0 |
8.3.1 | 9.0.0 | |
provider |
^6.0.0 |
6.1.5+1 | 6.1.5+1 | |
shared_preferences |
^2.2.2 |
2.5.4 | 2.5.4 | |
super_tooltip |
^2.0.7 |
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.13.1 | 4.13.1 | |
webview_flutter_wkwebview |
^3.22.0 |
3.24.0 | 3.24.0 |
Transitive dependencies
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
Found 5 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 `^14.0.0` on firebase_messaging does not support the stable version `15.0.0`.
Try running dart pub upgrade --major-versions firebase_messaging 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.10, Flutter 3.41.4, Dart 3.11.1.
Check the analysis log for details.