gomarketme 2.0.6
gomarketme: ^2.0.6 copied to clipboard
Affiliate Marketing for Flutter-Based iOS and Android Apps.
We analyzed this package 12 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
10/10 points: Use an OSI-approved license
Detected license: MIT.
0/10 points: 20% or more of the public API has dartdoc comments
0 out of 44 API elements (0.0 %) 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: gomarketme, gomarketme.Affiliate, gomarketme.Affiliate.Affiliate.fromJson, gomarketme.Affiliate.Affiliate.new, gomarketme.Affiliate.countryCode.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
20/20 points: Supports 3 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ macOS
These platforms are not supported:
Package does not support platform `Windows`.
Because:
package:gomarketme/gomarketme.dartthat imports:package:in_app_purchase/in_app_purchase.dartthat declares support for platforms:Android,iOS,macOS.
Package does not support platform `Linux`.
Because:
package:gomarketme/gomarketme.dartthat imports:package:in_app_purchase/in_app_purchase.dartthat declares support for platforms:Android,iOS,macOS.
Package does not support platform `Web`.
Because:
package:gomarketme/gomarketme.dartthat imports:package:in_app_purchase/in_app_purchase.dartthat declares support for platforms:Android,iOS,macOS.
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:gomarketme/gomarketme.dartthat imports:package:in_app_purchase/in_app_purchase.dartthat imports:package:in_app_purchase_storekit/in_app_purchase_storekit.dartthat declares support for platforms:iOS,macOS.
Package does not support platform `iOS`.
Because:
package:gomarketme/gomarketme.dartthat imports:package:in_app_purchase/in_app_purchase.dartthat imports:package:in_app_purchase_android/in_app_purchase_android.dartthat declares support for platforms:Android.
Package does not support platform `macOS`.
Because:
package:gomarketme/gomarketme.dartthat imports:package:in_app_purchase/in_app_purchase.dartthat imports:package:in_app_purchase_android/in_app_purchase_android.dartthat declares support for platforms:Android.
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 21 issues. Showing the first 2:
INFO: Don't invoke 'print' in production code.
lib/gomarketme.dart:152:7
╷
152 │ print('Error initializing GoMarketMe: $e');
│ ^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/gomarketme.dart
INFO: Don't invoke 'print' in production code.
lib/gomarketme.dart:161:21
╷
161 │ onDone: () => print('Purchase stream closed'),
│ ^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/gomarketme.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
device_info_plus |
^10.1.2 |
10.1.2 | 12.3.0 | |
http |
^1.2.2 |
1.6.0 | 1.6.0 | |
in_app_purchase |
^3.2.0 |
3.2.3 | 3.2.3 | |
package_info_plus |
^8.1.2 |
8.3.1 | 9.0.0 | |
shared_preferences |
^2.2.3 |
2.5.4 | 2.5.4 |
Transitive dependencies
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
The constraint `^10.1.2` on device_info_plus does not support the stable version `11.0.0`.
Try running dart pub upgrade --major-versions device_info_plus to update the constraint.
The constraint `^8.1.2` 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.3, Flutter 3.38.4, Dart 3.10.3.
Check the analysis log for details.