branta 1.0.0
branta: ^1.0.0 copied to clipboard
A Branta SDK for Dart.
1.0.0 #
- SDK parity with
branta-core:getPaymentsAsync,getZKPaymentsAsync,addPaymentAsyncnow return/throwBrantaPaymentExceptionon errors instead of silently returning empty lists addPaymentAsyncthrowsBrantaPaymentException('Unauthorized')when no API key is configuredgetPaymentsAsyncvalidatesplatformLogoUrldomain against configuredbaseUrlto prevent open redirect attacks- Payments returned from all fetch methods now include a
verifyUrlbuilt from the configured base URL - Address parameter in
getPaymentsAsyncis now URL-encoded - Added
DestinationTypeenum andtypefield onDestination - Added CI/CD workflow via GitHub Actions
0.0.3 #
- #10 Add
.pubignoreto exclude development files (tests, Makefile, CLAUDE.md) from the published package
0.0.2 #
0.0.1 #
- Initial version.