insert_affiliate_flutter_sdk 1.9.0
insert_affiliate_flutter_sdk: ^1.9.0 copied to clipboard
A Flutter SDK for integrating affiliate tracking and in-app purchases for the Insert Affiliate Platform.
We analyzed this package 2 days ago, and awarded it 125 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
5/5 points: Provide a valid README.md
0/5 points: Provide a valid CHANGELOG.md
`CHANGELOG.md` does not contain reference to the current version ("1.9.0").
Changelog entries help developers follow the progress of your package. Check out the Dart conventions for Maintaining a package changelog.
10/10 points: Use an OSI-approved license
Detected license: MIT.
10/10 points: 20% or more of the public API has dartdoc comments
14 out of 54 API elements (25.9 %) have documentation comments.
Some symbols that are missing documentation: insert_affiliate_flutter_sdk, insert_affiliate_flutter_sdk.AffiliateDetails.AffiliateDetails.new, insert_affiliate_flutter_sdk.AffiliateDetails.affiliateName, insert_affiliate_flutter_sdk.AffiliateDetails.affiliateShortCode, insert_affiliate_flutter_sdk.AffiliateDetails.deeplinkUrl.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
20/20 points: Supports 1 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
- ✓ Android
These platforms are not supported:
Package does not support platform `iOS`.
Because:
package:insert_affiliate_flutter_sdk/insert_affiliate_flutter_sdk.dartthat imports:package:package_info_plus/package_info_plus.dartthat imports:package:package_info_plus/src/package_info_plus_windows.dartthat imports:package:package_info_plus/src/file_version_info.dartthat imports:package:win32/win32.dartthat declares support for platforms:Windows.
Package does not support platform `Windows`.
Because:
package:insert_affiliate_flutter_sdk/insert_affiliate_flutter_sdk.dartthat imports:package:android_play_install_referrer/android_play_install_referrer.dartthat declares support for platforms:Android.
Package does not support platform `Linux`.
Because:
package:insert_affiliate_flutter_sdk/insert_affiliate_flutter_sdk.dartthat imports:package:package_info_plus/package_info_plus.dartthat imports:package:package_info_plus/src/package_info_plus_windows.dartthat imports:package:package_info_plus/src/file_version_info.dartthat imports:package:win32/win32.dartthat declares support for platforms:Windows.
Package does not support platform `macOS`.
Because:
package:insert_affiliate_flutter_sdk/insert_affiliate_flutter_sdk.dartthat imports:package:package_info_plus/package_info_plus.dartthat imports:package:package_info_plus/src/package_info_plus_windows.dartthat imports:package:package_info_plus/src/file_version_info.dartthat imports:package:win32/win32.dartthat declares support for platforms:Windows.
Package does not support platform `Web`.
Because:
package:insert_affiliate_flutter_sdk/insert_affiliate_flutter_sdk.dartthat imports:package:package_info_plus/package_info_plus.dartthat imports:package:package_info_plus/src/package_info_plus_windows.dartthat imports:package:package_info_plus/src/file_version_info.dartthat imports:package:win32/win32.dartthat declares support for platforms:Windows.
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:insert_affiliate_flutter_sdk/insert_affiliate_flutter_sdk.dartthat imports:package:package_info_plus/package_info_plus.dartthat imports:package:package_info_plus/src/package_info_plus_windows.dartthat imports:package:package_info_plus/src/file_version_info.dartthat imports:package:win32/win32.dartthat declares support for platforms:Windows.
40/50 points: code has no errors, warnings, lints, or formatting issues
INFO: Unnecessary override.
lib/insert_affiliate_flutter_sdk.dart:1527:8
╷
1527 │ void dispose() {
│ ^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/insert_affiliate_flutter_sdk.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
android_play_install_referrer |
^0.4.0 |
0.4.0 | 0.4.0 | Discontinued |
connectivity_plus |
^6.1.0 |
6.1.5 | 7.2.0 | |
device_info_plus |
^12.1.0 |
12.4.0 | 13.2.0 | |
http |
^1.2.2 |
1.6.0 | 1.6.0 | |
in_app_purchase |
^3.2.3 |
3.3.0 | 3.3.0 | |
in_app_purchase_storekit |
^0.4.6 |
0.4.10 | 0.4.10 | |
package_info_plus |
^9.0.0 |
9.0.1 | 10.2.0 | |
shared_preferences |
^2.5.3 |
2.5.5 | 2.5.5 | |
url_launcher |
^6.3.2 |
6.3.2 | 6.3.2 |
Transitive dependencies
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
Found 4 issues. Showing the first 2:
The constraint `^6.1.0` on connectivity_plus does not support the stable version `7.0.0`.
Try running dart pub upgrade --major-versions connectivity_plus to update the constraint.
The constraint `^12.1.0` on device_info_plus does not support the stable version `13.0.0`.
Try running dart pub upgrade --major-versions device_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.13, Flutter 3.44.3, Dart 3.12.2.
Check the analysis log for details.