inngage_plugin 3.8.1
inngage_plugin: ^3.8.1 copied to clipboard
Inngage Plugin for Flutter applications for marketing campaign optimization using Push Notification and In App Messages channels.
We analyzed this package 25 hours ago, and awarded it 80 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 344 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 14 issues. Showing the first 2:
ERROR: The named parameter 'id' is required, but there's no corresponding argument.
lib/firebase/notification_handlers.dart:89:49
╷
89 │ 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:90:13
╷
90 │ 0,
│ ^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/firebase/notification_handlers.dart
10/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.1.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.2 | |
firebase_core |
>=4.2.1 <=4.10.0 |
4.10.0 | 4.10.0 | |
firebase_messaging |
>=16.0.4 <=16.3.0 |
16.3.0 | 16.3.0 | |
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.0.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.2 | |
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.18.3 | |
package_info_plus |
>=8.0.2 <=10.1.0 |
10.1.0 | 10.1.0 | |
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.5.3 | |
webview_flutter |
>=4.8.0 <=4.13.1 |
4.13.1 | 4.13.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.
The constraint `>=18.0.1 <=21.0.0` on flutter_local_notifications does not support the stable version `22.0.0`, that was published 1 days ago.
When flutter_local_notifications is 30 days old, this package will no longer be awarded points in this category.
Try running dart pub upgrade --major-versions flutter_local_notifications to update the constraint.
The constraint `>=1.15.0 <=1.18.2` on meta does not support the stable version `1.18.3`, that was published 4 days ago.
When meta is 30 days old, this package will no longer be awarded points in this category.
Try running dart pub upgrade --major-versions meta 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.0, Dart 3.12.0.
Check the analysis log for details.