masamune_purchase_firebase 0.9.2
masamune_purchase_firebase: ^0.9.2 copied to clipboard
Plugin that extends the billing system plugin to the processing by the server (Firebase). Firebase Functions are required.
0
likes
110/ 130
pub points
0%
popularity
We analyzed this package 17 hours ago, and awarded it 110 pub points (of a possible 130):
10/10 points: Provide a valid pubspec.yaml
5/5 points: Provide a valid README.md
5/5 points: Provide a valid CHANGELOG.md
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
10/10 points: 20% or more of the public API has dartdoc comments
- 3 out of 5 API elements (60.0 %) have documentation comments.
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:masamune_purchase_firebase/masamune_purchase_firebase.dart
that declares support for platforms:Android
,iOS
.
Package does not support platform `Linux`.
Because:
package:masamune_purchase_firebase/masamune_purchase_firebase.dart
that declares support for platforms:Android
,iOS
.
Package does not support platform `macOS`.
Because:
package:masamune_purchase_firebase/masamune_purchase_firebase.dart
that declares support for platforms:Android
,iOS
.
Package does not support platform `Web`.
Because:
package:masamune_purchase_firebase/masamune_purchase_firebase.dart
that declares support for platforms:Android
,iOS
.
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:masamune_purchase_firebase/masamune_purchase_firebase.dart
that imports:package:masamune_purchase/masamune_purchase.dart
that imports:package:in_app_purchase_storekit/store_kit_wrappers.dart
that declares support for platforms:iOS
.
Package does not support platform `iOS`.
Because:
package:masamune_purchase_firebase/masamune_purchase_firebase.dart
that imports:package:masamune_purchase/masamune_purchase.dart
that imports:package:in_app_purchase_android/in_app_purchase_android.dart
that declares support for platforms:Android
.
30/30 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 |
---|---|---|---|
flutter | flutter | 0.0.0 | 0.0.0 |
http | ^0.13.0 | 0.13.4 | 0.13.4 |
in_app_purchase | ^2.0.1 | 2.0.1 | 3.0.6 |
in_app_purchase_android | ^0.2.2 | 0.2.2+8 | 0.2.2+8 |
in_app_purchase_ios | ^0.2.0+1 | 0.2.0+1 | 0.2.0+1 |
masamune | ^0.9.0 | 0.9.2+15 | 0.9.2+15 |
masamune_firebase | ^0.9.0 | 0.9.2+4 | 0.9.2+4 |
masamune_purchase | ^0.9.0 | 0.9.2 | 0.9.2+5 |
Transitive dependencies
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
The constraint `^2.0.1` on in_app_purchase does not support the stable version `3.0.0`.
Try running dart pub upgrade --major-versions in_app_purchase
to update the constraint.
10/10 points: Package supports latest stable Dart and Flutter SDKs
20/20 points: Package and dependencies are fully migrated to null safety!
Analysed with Pana 0.21.13
, Flutter 3.0.3
, Dart 2.17.5
.