All notable changes to the GMPay Flutter Plugin will be documented in this file.
- Initial release of the GMPay Flutter Plugin.
- Added the
initialize
method to accept both public and secret keys. - Added the
presentPaymentSheet
method for presenting a payment sheet to users.
- Documentation Update
- Adding platforms
- Fix meta data
- Added ability to wait for transaction confirmation using the
waitForConfirmation : true
- removed fixed height of the bottom sheet
- Fixed layout issue
- Fixed theme issue
- Fixed Reference mismatch
- Fixed url external url handler callback
- Callback bug fix
- bug fix
- bug fix
- updated theme
- wait until transaction is confirmed or cancel wait
- color fix
- added withdraw method
- added meta data
- removed bunch of packages
- upgraded packages
- lots of improvements
- fixed theming
- added button to finish the transaction and close the dialog
- fixed multiple callback call
- disabled withdraw for now
- added transaction verification
- added withdraws
- chore: Update base URL to production server
- updated ui
- added test mode
- fixes