pax_nfc 1.0.0
pax_nfc: ^1.0.0 copied to clipboard
A flutter package made to use the nfc features of pax payment terminals
1.0.0 #
- Bumped compileSdk to 36
- Upgraded gradle to 8.13.2
- Deleted unnecessary native libs folders
- The handler now does not send a message to the sink upon card read failure
- Added a picc.open() retry loop
- Refactored Handler declaration to prevent deprecations
- Bumped Kotlin verison to 2.2.21
- Deleted unused imports
0.1.1 #
- Does not close the threads upon detection anymore and now restart them
0.1.0 #
- Checks for the presence of the libpaxapijni.so file before opening threads
0.0.4 #
- Opens RF when onAttachedToEngine is called and closes RF when onDetachedFromEngine is called
0.0.3 #
- Opens RF on its own
0.0.2 #
- Adds comments to methods
0.0.1 #
- Makes Mifare and Desfire cards readable on Pax devices (tested on A920 Pro)