pay_platform_interface 1.0.0-beta.1
pay_platform_interface: ^1.0.0-beta.1 copied to clipboard
A common platform interface for payment plugins for Flutter.
Changelog #
1.0.0-beta.1 - 2021-05-10 #
Initial release of the platform interface for this plugin.
Features #
- A common contract to build on top of to support multiple platform implementations.
- A default implementation of the contract using the
MethodChannel
class. - Basic data structures to work with multi-provider payment configurations.