dart_azampay 0.0.8
dart_azampay: ^0.0.8 copied to clipboard
A simple and efficient way to integrate AzamPay payment gateway into your Dart/Flutter applications.
Changelog #
0.0.8 18 May 2026 #
- fix: serialize bank provider as a string in
BankCheckoutRequest.toMap() - fix:
AzamPayClientis no longer a singleton; each call constructs a new client with its own credentials - fix: propagate the original error from
AzamPayClient.callinstead of printing the stack trace and wrapping it - feat: add
AzamPayClient.dispose()to close the underlying HTTP clients - chore: remove the non-functional disbursement service
- chore: stop tracking generated API docs (
doc/api/) - chore: upgrade dependencies (http, build_runner, lints, mockito, test)
- chore: declare return type for
AzamPayClient.toResponse
0.0.7 07 Aug 2025 #
- chore: update README.md
0.0.6 07 Aug 2025 #
- chore: update README.md
0.0.5 28 Jul 2025 #
- chore: update dependencies
0.0.4 21 Mar 2025 #
- updated README.md
- improved token handling
- wip: disbursement service
0.0.3 03 Mar 2025 #
- updated README.md
- updated example
- fix: decoding plain string response to json
- fix: set base url for each service
- wip: disbursement service
- renamed
postCheckout->requestPaymentLink
0.0.2 27 Feb 2025 #
- updated README.md
- updated project description
- feat: post checkout service
0.0.1 24 Feb 2025 #
- Initial release