adyen_checkout 0.0.3 copy "adyen_checkout: ^0.0.3" to clipboard
adyen_checkout: ^0.0.3 copied to clipboard

Adyen checkout library for Flutter. Accept payments with cards, wallets and local payment methods in your app using our Drop-in and Components.

6
likes
120/ 140
pub points
80%
popularity

We analyzed this package 16 hours ago, and awarded it 120 pub points (of a possible 140):

partial
Follow Dart file conventions
30 / 30trigger folding of the section

10/10 points: Provide a valid pubspec.yaml

Issue tracker URL doesn't exist.

At the time of the analysis https://github.com/Adyen/adyen-flutter/issues was unreachable. Make sure that the website is reachable via HEAD requests.

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.

partial
Provide documentation
10 / 20trigger folding of the section

0/10 points: 20% or more of the public API has dartdoc comments

19 out of 292 API elements (6.5 %) 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.

Some symbols that are missing documentation: adyen_checkout, adyen_checkout.Action, adyen_checkout.Action.Action, adyen_checkout.Action.actionResponse, adyen_checkout.AddressMode.

10/10 points: Package has an example

OK
Platform support
20 / 20trigger folding of the section

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:adyen_checkout/adyen_checkout.dart that declares support for platforms: Android, iOS.
Package does not support platform `Linux`.

Because:

  • package:adyen_checkout/adyen_checkout.dart that declares support for platforms: Android, iOS.
Package does not support platform `macOS`.

Because:

  • package:adyen_checkout/adyen_checkout.dart that declares support for platforms: Android, iOS.
Package does not support platform `Web`.

Because:

  • package:adyen_checkout/adyen_checkout.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:adyen_checkout/adyen_checkout.dart that imports:
  • package:adyen_checkout/src/components/google_pay/adyen_google_pay_component.dart that imports:
  • package:pay/pay.dart that imports:
  • package:pay_ios/pay_ios.dart that declares support for platforms: iOS.
Package does not support platform `iOS`.

Because:

  • package:adyen_checkout/adyen_checkout.dart that imports:
  • package:adyen_checkout/src/components/google_pay/adyen_google_pay_component.dart that imports:
  • package:pay/pay.dart that imports:
  • package:pay_android/pay_android.dart that declares support for platforms: Android.
partial
Pass static analysis
40 / 50trigger folding of the section

40/50 points: code has no errors, warnings, lints, or formatting issues

Found 8 issues. Showing the first 2:

INFO: 'AdvancedCheckout' is deprecated and shouldn't be used. Please consider using the AdvancedCheckoutPreview. We plan for adaptation with the first beta release.

lib/src/common/adyen_checkout_advanced.dart:17:5

   ╷
17 │     AdvancedCheckout? checkout,
   │     ^^^^^^^^^^^^^^^^
   ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/src/common/adyen_checkout_advanced.dart

INFO: 'AdvancedCheckout' is deprecated and shouldn't be used. Please consider using the AdvancedCheckoutPreview. We plan for adaptation with the first beta release.

lib/src/components/apple_pay/adyen_apple_pay_component.dart:44:11

   ╷
44 │           AdvancedCheckout _ => throw Exception(
   │           ^^^^^^^^^^^^^^^^
   ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/src/components/apple_pay/adyen_apple_pay_component.dart

OK
Support up-to-date dependencies
20 / 20trigger folding of the section

10/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
pay ^2.0.0 2.0.0 2.0.0
plugin_platform_interface ^2.1.7 2.1.8 2.1.8
stream_transform ^2.1.0 2.1.0 2.1.0
Transitive dependencies
Package Constraint Compatible Latest
characters - 1.3.0 1.3.0
clock - 1.1.1 1.1.1
collection - 1.18.0 1.18.0
flutter_localizations - 0.0.0 0.0.0
intl - 0.18.1 0.19.0
material_color_utilities - 0.8.0 0.11.1
meta - 1.11.0 1.14.0
path - 1.9.0 1.9.0
pay_android - 2.0.0 2.0.0
pay_ios - 1.0.11 1.0.11
pay_platform_interface - 1.0.4 1.0.4
sky_engine - 0.0.99 0.0.99
source_span - 1.10.0 1.10.0
string_scanner - 1.2.0 1.2.0
term_glyph - 1.2.1 1.2.1
vector_math - 2.1.4 2.1.4
yaml - 3.1.2 3.1.2

To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.

10/10 points: Package supports latest stable Dart and Flutter SDKs

Analyzed with Pana 0.22.3, Flutter 3.19.6, Dart 3.3.4.

Check the analysis log for details.

6
likes
120
pub points
80%
popularity

Publisher

verified publisheradyen.com

Adyen checkout library for Flutter. Accept payments with cards, wallets and local payment methods in your app using our Drop-in and Components.

Repository (GitHub)
View/report issues

Topics

#payments #payment #checkout #ecommerce #online-payments

Documentation

Documentation
API reference

License

MIT (LICENSE)

Dependencies

flutter, pay, plugin_platform_interface, stream_transform

More

Packages that depend on adyen_checkout