pay_android 2.0.0 copy "pay_android: ^2.0.0" to clipboard
pay_android: ^2.0.0 copied to clipboard

PlatformAndroid
unlisted

A plug-in to add support for payments on the Android side of Flutter applications.

Changelog #

2.0.0 (2024-02-27) #

⚠ BREAKING CHANGE #

Update the Google Pay button to support the last 4 digits of a suitable card for this payment, and extend its configuration capabilities.

Features #

  • Introduce the new dynamic button for Google Pay (#110). This view is part of the Google Pay Android SDK, and handles graphics and translations. The component also introduces updates to the Google Pay button. This includes:
    • ⚠ Adding the paymentConfiguration mandatory parameter to configure the dynamic component of the button.
    • ⚠ Removing the add property in GooglePayButtonType. If you are using this package to integrate the Google Wallet API, stay tuned for updates on a new plugin for Google Wallet coming soon.
    • ⚠ Renaming the GooglePayButtonStyle to GooglePayButtonTheme to increase consistency with the Android API.
    • Adding the cornerRadius parameter to let you adjust the corner roundness of the button (#187).
  • Update the minimum supported SDK version to Flutter 3.10/Dart 3.0 (#233).
  • Use flutter_lints for static checks (#182, #210).

2.0.0-beta01 (2024-02-01) #

⚠ BREAKING CHANGE #

Update the Google Pay button to support the last 4 digits of a suitable card for this payment, and extend its configuration capabilities.

Features #

  • Introduce the new dynamic button for Google Pay (#110). This view is part of the Google Pay Android SDK, and handles graphics and translations. The component also introduces updates to the Google Pay button. This includes:
    • ⚠ Adding the paymentConfiguration mandatory parameter to configure the dynamic component of the button.
    • ⚠ Removing the add property in GooglePayButtonType. If you are using this package to integrate the Google Wallet API, stay tuned for updates on a new plugin for Google Wallet coming soon.
    • ⚠ Renaming the GooglePayButtonStyle to GooglePayButtonTheme to increase consistency with the Android API.
    • Adding the cornerRadius parameter to let you adjust the corner roundness of the button (#187).
  • Update the minimum supported SDK version to Flutter 3.10/Dart 3.0 (#233).
  • Use flutter_lints for static checks (#182, #210).

1.0.11 (2023-07-31) #

  • Update dependencies' versions

Fixes #

  • (#206) Use the activity plugin to stop listening for changes in the activity result when the activity is detached.

1.0.10 (2023-02-02) #

  • Bump flutter_svg to version 2.0.5.

1.0.9 (2023-01-24) #

  • Support for the latest platform interface.

1.0.8 (2022-09-14) #

  • Update the Google Pay button to adhere to the new specification and brand guidelines.

1.0.7 (2022-05-24) #

  • Add support for Flutter 3.0

1.0.6 (2022-01-04) #

  • Update flutter_svg to 1.0.0.
  • Use the latest pay_platform_interface.

1.0.5 (2021-10-04) #

Features #

  • Capture the dismissal of the payment selector and expose it to the Flutter end through the onError callback (#90, #61).

1.0.4 (2021-05-31) #

Enrich dartdoc comments to facilitate the adoption of the package.

1.0.2 (2021-05-25) #

  • Update dependencies.

1.0.1 (2021-05-18) #

Fixes #

  • Use absolute routes for intra-repo links.

1.0.0 (2021-05-18) #

Initial release of the Android bit for the pay plugin.

Features #

  • Includes a button widget with the flavors and styles available for Google Pay.
4
likes
130
pub points
79%
popularity

Publisher

verified publishergoogle.dev

A plug-in to add support for payments on the Android side of Flutter applications.

Repository (GitHub)
View/report issues
Contributing

Documentation

API reference

License

Apache-2.0 (LICENSE)

Dependencies

flutter, flutter_localizations, pay_platform_interface

More

Packages that depend on pay_android