pay_android 2.0.0-beta01
pay_android: ^2.0.0-beta01 copied to clipboard
A plug-in to add support for payments on the Android side of Flutter applications.
Changelog #
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
paymentConfigurationmandatory parameter to configure the dynamic component of the button. - ⚠ Removing the
addproperty inGooglePayButtonType. 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
GooglePayButtonStyletoGooglePayButtonThemeto increase consistency with the Android API. - Adding the
cornerRadiusparameter to let you adjust the corner roundness of the button (#187).
- ⚠ Adding the
- Update the minimum supported SDK version to Flutter 3.10/Dart 3.0 (#233).
- Use
flutter_lintsfor 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_svgto 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_svgto1.0.0. - Use the latest
pay_platform_interface.
1.0.5 - 2021-10-04 #
1.0.4 - 2021-05-31 #
Enrich dartdoc comments to facilitate the adoption of the package.
1.0.2 - 2021-05-25 #
- Update dependencies.