orvex_pay 0.1.6
orvex_pay: ^0.1.6 copied to clipboard
Official Flutter SDK for OrvexPay. Integrate crypto payments into your Flutter apps with a native, secure, and customizable modal.
Changelog #
All notable changes to this project will be documented in this file.
0.1.6 - 2026-07-09 #
Added #
- Bundled coin logo assets locally within the package to avoid external network request latency.
0.1.5 - 2026-07-09 #
Added #
- Redesigned the cryptocurrency selector bottom sheet to look highly premium with real coin logos, search filtering, and custom network badges.
0.1.4 - 2026-07-09 #
Added #
- Automatically resolve generic USDT and USDC payment choices to BSC (BEP20) as the default network on modal load.
0.1.3 - 2026-07-08 #
Added #
- Added copy icon to payment address box and made the entire address box clickable to copy the payment address.
0.1.2 - 2026-07-07 #
Added #
- Added prominent network warning notice to native payment sheet for multi-chain stablecoins (USDT, USDC).
0.1.0 - 2026-03-01 #
Added #
- Added
priceAmountInUsdfield to theInvoicemodel for better price tracking. - Minor UI improvements in the payment modal.
0.0.1 - 2026-02-09 #
Added #
- Initial release of the OrvexPay Flutter SDK.
- Support for Native Payment Modal with QR code and clipboard integration.
- Dynamic currency switching within the checkout flow.
- Support for Light and Dark theme adaptation.
OrvexPaymentStatusenum for typed result handling.- Automatic payment polling and timeout countdown.
- Complete documentation and example application.