gomarketme 2.0.6
gomarketme: ^2.0.6 copied to clipboard
Affiliate Marketing for Flutter-Based iOS and Android Apps.
We analyzed this package 8 hours 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.dart
that imports:package:in_app_purchase/in_app_purchase.dart
that declares support for platforms:Android
,iOS
,macOS
.
Package does not support platform `Linux`.
Because:
package:gomarketme/gomarketme.dart
that imports:package:in_app_purchase/in_app_purchase.dart
that declares support for platforms:Android
,iOS
,macOS
.
Package does not support platform `Web`.
Because:
package:gomarketme/gomarketme.dart
that imports:package:in_app_purchase/in_app_purchase.dart
that 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.dart
that imports:package:in_app_purchase/in_app_purchase.dart
that imports:package:in_app_purchase_storekit/in_app_purchase_storekit.dart
that declares support for platforms:iOS
,macOS
.
Package does not support platform `iOS`.
Because:
package:gomarketme/gomarketme.dart
that imports:package:in_app_purchase/in_app_purchase.dart
that imports:package:in_app_purchase_android/in_app_purchase_android.dart
that declares support for platforms:Android
.
Package does not support platform `macOS`.
Because:
package:gomarketme/gomarketme.dart
that imports:package:in_app_purchase/in_app_purchase.dart
that imports:package:in_app_purchase_android/in_app_purchase_android.dart
that declares support for platforms:Android
.
0/0 points: WASM compatibility
Package not compatible with runtime wasm
Because:
package:gomarketme/gomarketme.dart
that imports:package:package_info_plus/package_info_plus.dart
that imports:package:package_info_plus/src/package_info_plus_linux.dart
that imports:dart:io
This package is not compatible with runtime wasm
, and will not be rewarded full points in a future version of the scoring model.
See https://dart.dev/web/wasm for details.
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 4 issues. Showing the first 2:
INFO: 'window' is deprecated and shouldn't be used. Look up the current FlutterView from the context via View.of(context) or consult the PlatformDispatcher directly instead. Deprecated to prepare for the upcoming multi-window support. This feature was deprecated after v3.7.0-32.0.pre.
lib/gomarketme.dart:183:27
╷
183 │ 'devicePixelRatio': window.devicePixelRatio,
│ ^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/gomarketme.dart
INFO: 'window' is deprecated and shouldn't be used. Look up the current FlutterView from the context via View.of(context) or consult the PlatformDispatcher directly instead. Deprecated to prepare for the upcoming multi-window support. This feature was deprecated after v3.7.0-32.0.pre.
lib/gomarketme.dart:184:16
╷
184 │ 'width': window.physicalSize.width,
│ ^^^^^^
╵
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.1.0 | |
http |
^1.2.2 |
1.5.0 | 1.5.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.3 | 2.5.3 |
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`, that was published 1 days ago.
When package_info_plus is 30 days old, this package will no longer be awarded points in this category.
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.22.23
, Flutter 3.35.3
, Dart 3.9.2
.
Check the analysis log for details.