spare_link 1.0.1
spare_link: ^1.0.1 copied to clipboard
Flutter SDK for Spare Link open-banking payments. Presents the payment flow, hands bank authorization to a real browser, and reports the payer back through your deep link.
Changelog #
1.0.1 #
Bug Fixes #
- The bank authorization URL now opens in an external user-agent. It is handed to
the operating system first, so where the bank's app is installed and claims the
URL the payer lands in that app; a refusal retries in platform-default mode
(Chrome Custom Tabs or
SFSafariViewController). 1.0.0 opened it in an in-app browser view, which kept the routing decision inside the app and meant app-to-app redirection could not happen. Required by the UAE Open Finance redirection guide.
1.0.0 #
First stable release.