flutter_pay_buttons 0.0.3
flutter_pay_buttons: ^0.0.3 copied to clipboard
A Flutter plugin to add Apple Pay support or Google Pay support via the pay package, with a custom widgets.
Changelog #
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.0.3 - 2025-10-17 #
Added #
- Initial release of Flutter Pay Buttons plugin.
- Custom Apple Pay button with configurable styles.
- Support for Google Pay integration using the
paypackage. - Built-in cryptography documentation for secure payment handling.
- Example usage and setup guide for both Apple Pay and Google Pay.
- Complete README with integration and encryption best practices.
Fixed #
- Update docs and remove dart:io for wasm compatibility.
- Switch license to CeCILL-2.1 and update headers
Known Issues #
- Apple Pay testing requires a real iOS device with Apple Pay setup.
[Unreleased] #
Planned #
- Add support for custom Pay button themes (light/dark modes).
- Add sample app for quick testing.
- Provide server-side example for payment decryption and signature verification.
- Improve documentation for merchant ID configuration.