viva_wallet_pos 0.2.3
viva_wallet_pos: ^0.2.3 copied to clipboard
This is a flutter plugin for Android and iOS integration with Viva Wallet POS Terminal.
0.2.3 - 2026-05-26 #
- Added aade parameters to cancel function @fotis-psarris
0.2.2 - 2026-05-26 #
- Corrected build.graddle
- Corrected typo in parameter clientTransactionId
- Removed old .kt files
0.2.1 - 2026-05-19 #
- Graddle plugin changes
0.2.0 - 2026-05-18 #
- Added support for iOS. Big thanks to @fotis-psarris
- See details on GitHub
0.1.1 - 2026-01-15 #
- Added support for Greek fiscalisation. Thanks to @fotis-psarris for contribution.
- New functions are (saleVivaIsvFiscalGreece, saleRequestGreeceAade, cancelVivaFiscalGreece)
0.1.0 - 2025-07-10 #
- Added saleToAcquirerData parameter
0.0.9 - 2025-03-13 #
- Corrected rounding problem
0.0.8 - 2024-09-17 #
- Changed the way plugin handles the result from Viva Terminal. Thanks to @imGok for the elegant solution.
- All plugin users are required to update to this version, because old plugin doesn't work with Viva Terminal 5.19.2
0.0.7 - 2024-09-17 #
- Added support for more Terminal API calls (getActivationCode, reprintTransaction, setDecimalAmountMode, resetTerminal, batch, transactionDetails, fastRefund)
0.0.6 - 2024-09-16 #
- Some tweaks in the code to make plugin more reliable
0.0.5 - 2024-09-16 #
- Because of a new way how VivaTerminal works, it is not possible anymore to start it with startActivityForResult so now it is using only startActivity and then it waits for a message from VivaTerminal in runable Task. It's ugly but it works for now (except it can go in a infinite loop in some conditions, need to resolve that in next version)
0.0.4 - 2024-02-17 #
- Updated dartoc documentation comments
0.0.2 - 2022-08-25 #
- Update descriptions
0.0.1 - 2022-08-18 #
- Initial beta release