helium_revenuecat 3.3.12
helium_revenuecat: ^3.3.12 copied to clipboard
Helium RevenueCat SDK. Remotely build and auto-optimize paywalls (tryhelium.com)
We analyzed this package 4 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.
10/10 points: 20% or more of the public API has dartdoc comments
3 out of 9 API elements (33.3 %) have documentation comments.
Some symbols that are missing documentation: helium_revenuecat, helium_revenuecat.RevenueCatPurchaseDelegate.makePurchase, helium_revenuecat.RevenueCatPurchaseDelegate.makePurchaseAndroid, helium_revenuecat.RevenueCatPurchaseDelegate.makePurchaseIOS, helium_revenuecat.RevenueCatPurchaseDelegate.onPaywallEvent.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
20/20 points: Supports 2 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
These platforms are not supported:
Package does not support platform `Windows`.
Because:
package:helium_revenuecat/helium_revenuecat.dartthat imports:package:helium_revenuecat/src/revenue_cat_purchase_delegate.dartthat imports:package:purchases_flutter/purchases_flutter.dartthat declares support for platforms:Android,iOS,macOS,Web.
Package does not support platform `Linux`.
Because:
package:helium_revenuecat/helium_revenuecat.dartthat imports:package:helium_revenuecat/src/revenue_cat_purchase_delegate.dartthat imports:package:purchases_flutter/purchases_flutter.dartthat declares support for platforms:Android,iOS,macOS,Web.
Package does not support platform `macOS`.
Because:
package:helium_revenuecat/helium_revenuecat.dartthat imports:package:helium_revenuecat/src/revenue_cat_purchase_delegate.dartthat imports:package:helium_flutter/helium_flutter.dartthat declares support for platforms:Android,iOS.
Package does not support platform `Web`.
Because:
package:helium_revenuecat/helium_revenuecat.dartthat imports:package:helium_revenuecat/src/revenue_cat_purchase_delegate.dartthat imports:package:helium_flutter/helium_flutter.dartthat declares support for platforms:Android,iOS.
50/50 points: code has no errors, warnings, lints, or formatting issues
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
helium_flutter |
^3.2.4 |
3.3.12 | 3.3.12 | |
purchases_flutter |
^9.4.0 |
9.16.1 | 10.12.0 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
characters |
- | 1.4.1 | 1.4.1 | |
collection |
- | 1.19.1 | 1.19.1 | |
equatable |
- | 2.1.0 | 2.1.0 | |
material_color_utilities |
- | 0.13.0 | 0.13.1 | |
meta |
- | 1.19.0 | 1.19.0 | |
plugin_platform_interface |
- | 2.1.8 | 2.1.8 | |
vector_math |
- | 2.4.2 | 2.4.2 | |
web |
- | 1.1.1 | 1.1.1 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
The constraint `^9.4.0` on purchases_flutter does not support the stable version `10.0.0`.
Try running dart pub upgrade --major-versions purchases_flutter to update the constraint.
10/10 points: Package supports latest stable Dart and Flutter SDKs
0/20 points: Compatible with dependency constraint lower bounds
downgrade analysis failed failed with 15 errors:
UNDEFINED_METHOD-lib/src/revenue_cat_purchase_delegate.dart:66:31- The method 'purchase' isn't defined for the type 'Purchases'.UNDEFINED_IDENTIFIER-lib/src/revenue_cat_purchase_delegate.dart:66:40- Undefined name 'PurchaseParams'.UNDEFINED_METHOD-lib/src/revenue_cat_purchase_delegate.dart:78:48- The method 'purchase' isn't defined for the type 'Purchases'.
Run flutter pub downgrade and then flutter analyze to reproduce the above problem.
You may run dart pub upgrade --tighten to update your dependency constraints, see dart.dev/go/downgrade-testing for details.
Analyzed with Pana 0.23.19, Flutter 3.47.0, Dart 3.13.0.
Check the analysis log for details.