flutter_stripe_web 7.6.0
flutter_stripe_web: ^7.6.0 copied to clipboard
Stripe sdk bindings for the Flutter web platform. This package contains the implementation of the platform interface for web.
We analyzed this package 17 hours ago, and awarded it 150 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
2626 out of 3356 API elements (78.2 %) have documentation comments.
Some symbols that are missing documentation: card_field, card_field.WebStripeCardState, card_field.WebStripeCardState.WebStripeCardState.new, card_field.WebStripeCardState.blur, card_field.WebStripeCardState.clear.
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)
- ✓ Web
These platforms are not supported:
Package does not support platform `Android`.
Because:
package:flutter_stripe_web/flutter_stripe_web.dartthat declares support for platforms:Web.
Package does not support platform `iOS`.
Because:
package:flutter_stripe_web/flutter_stripe_web.dartthat declares support for platforms:Web.
Package does not support platform `Windows`.
Because:
package:flutter_stripe_web/flutter_stripe_web.dartthat declares support for platforms:Web.
Package does not support platform `Linux`.
Because:
package:flutter_stripe_web/flutter_stripe_web.dartthat declares support for platforms:Web.
Package does not support platform `macOS`.
Because:
package:flutter_stripe_web/flutter_stripe_web.dartthat declares support for platforms:Web.
WASM-ready: This package is compatible with runtime wasm. See https://dart.dev/web/wasm for details.
50/50 points: code has no errors, warnings, lints, or formatting issues
10/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
freezed_annotation |
^3.1.0 |
3.1.0 | 3.1.0 | |
stripe_js |
^7.5.0 |
7.5.0 | 8.0.0 | |
stripe_platform_interface |
^12.6.0 |
12.6.0 | 13.0.0 | |
web |
^1.0.0 |
1.1.1 | 1.1.1 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
characters |
- | 1.4.1 | 1.4.1 | |
collection |
- | 1.19.1 | 1.19.1 | |
json_annotation |
- | 4.12.0 | 4.12.0 | |
material_color_utilities |
- | 0.13.0 | 0.13.0 | |
meta |
- | 1.18.0 | 1.18.3 | |
plugin_platform_interface |
- | 2.1.8 | 2.1.8 | |
vector_math |
- | 2.2.0 | 2.4.0 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
The constraint `^7.5.0` on stripe_js does not support the stable version `8.0.0`, that was published 9 days ago.
When stripe_js is 30 days old, this package will no longer be awarded points in this category.
Try running dart pub upgrade --major-versions stripe_js to update the constraint.
The constraint `^12.6.0` on stripe_platform_interface does not support the stable version `13.0.0`, that was published 9 days ago.
When stripe_platform_interface is 30 days old, this package will no longer be awarded points in this category.
Try running dart pub upgrade --major-versions stripe_platform_interface 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.12, Flutter 3.44.1, Dart 3.12.1.
Check the analysis log for details.