youcan_pay 1.0.1 youcan_pay: ^1.0.1 copied to clipboard
A Dart/Flutter client SDK for YouCan pay gateway, which allows you to integrate Youcan pay payment gateway into your Dart/Flutter project.
Changelog #
1.0.1 #
- Minor docs update
1.0.0 #
- Release of prod release of the package.
- Medium changes in the SDK (not breaking changes).
- More developer friendly.
0.9.1 #
- Expose of
BuildContext
for web view 3ds based callbacks to have access to contextual elements suchNaviagtor
... - Fixed the callback repetitions.
- Minor edits.
0.9.0 #
- Implmentation of Flutter integration for payments
- Improved developer experience
0.8.5 #
- Add of more tests.
- Minor codebase changes.
0.8.4 #
- Bug fixes.
- Added unit tests to ensure current & future stability.
0.8.3 #
- Exposed handling of different payment responses (success, failure, 3ds etc.)
- More docs.
0.8.2 #
- Exposed more APIs.
- Added more docs.
- Improved the DX by implmenting developer friendly tools to help with the development process.
0.8.1 #
-- THe initial devlopemnt deployed version of the package.