inngage_plugin 3.8.2
inngage_plugin: ^3.8.2 copied to clipboard
Inngage Plugin for Flutter applications for marketing campaign optimization using Push Notification and In App Messages channels.
We analyzed this package 36 hours 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: BSD-3-Clause.
0/10 points: 20% or more of the public API has dartdoc comments
8 out of 346 API elements (2.3 %) 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: analytics_service, analytics_service.AnalyticsService, analytics_service.AnalyticsService.AnalyticsService.new, analytics_service.AnalyticsService.sendUTMParameters, app_dialog.
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 9 issues. Showing the first 2:
ERROR: The named parameter 'id' is required, but there's no corresponding argument.
lib/firebase/notification_handlers.dart:91:49
╷
91 │ await flutterLocalNotificationsPlugin.show(
│ ^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/firebase/notification_handlers.dart
ERROR: Too many positional arguments: 0 expected, but 4 found.
lib/firebase/notification_handlers.dart:92:13
╷
92 │ 0,
│ ^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/firebase/notification_handlers.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
advertising_id |
>=2.6.0 <=2.7.1 |
2.7.1 | 2.7.1 | |
device_info_plus |
>=10.1.2 <=13.1.0 |
13.1.0 | 13.2.0 | |
devicelocale |
>=0.8.0 <=0.9.0 |
0.9.0 | 0.9.0 | |
firebase_analytics |
>=12.0.4 <=12.4.2 |
12.4.2 | 12.4.5 | |
firebase_core |
>=4.2.1 <=4.10.0 |
4.10.0 | 4.12.1 | |
firebase_messaging |
>=16.0.4 <=16.3.0 |
16.3.0 | 16.4.3 | |
flutter_image_slideshow |
>=0.1.3 <=0.1.6 |
0.1.6 | 0.1.6 | |
flutter_local_notifications |
>=18.0.1 <=21.0.0 |
21.0.0 | 22.2.0 | |
flutter_secure_storage |
>=9.2.2 <=10.3.1 |
10.3.1 | 10.3.1 | |
geolocator |
>=12.0.0 <=14.0.2 |
14.0.2 | 14.0.3 | |
http |
>=1.2.1 <=1.6.0 |
1.6.0 | 1.6.0 | |
logger |
>=2.3.0 <=2.7.0 |
2.7.0 | 2.7.0 | |
meta |
>=1.15.0 <=1.18.2 |
1.18.0 | 1.19.0 | |
package_info_plus |
>=8.0.2 <=10.1.0 |
10.1.0 | 10.2.1 | |
shared_preferences |
>=2.3.2 <=2.5.5 |
2.5.5 | 2.5.5 | |
url_launcher |
>=6.3.1 <=6.3.2 |
6.3.2 | 6.3.2 | |
uuid |
>=4.4.1 <=4.5.3 |
4.5.3 | 4.6.0 | |
webview_flutter |
>=4.8.0 <=4.13.1 |
4.13.1 | 4.14.1 | |
win32 |
>=5.10.0 <=6.3.0 |
6.3.0 | 6.3.0 |
Transitive dependencies
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
Found 10 issues. Showing the first 2:
The constraint `>=10.1.2 <=13.1.0` on device_info_plus does not support the stable version `13.2.0`, that was published 28 days ago.
When device_info_plus is 30 days old, this package will no longer be awarded points in this category.
Try running dart pub upgrade --major-versions device_info_plus to update the constraint.
The constraint `>=12.0.4 <=12.4.2` on firebase_analytics does not support the stable version `12.4.3`.
Try running dart pub upgrade --major-versions firebase_analytics 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.14, Flutter 3.44.5, Dart 3.12.2.
Check the analysis log for details.