pax_sdk 1.0.0
pax_sdk: ^1.0.0 copied to clipboard
A Flutter plugin for PAX payment terminals providing NFC card reading and thermal printer functionality.
Changelog #
1.0.0 2024-01-XX #
Added #
- Initial release of PAX SDK Flutter plugin
- NFC card reading functionality
- Thermal printer support with text and image printing
- Advanced printer controls (font size, alignment, spacing, etc.)
- Release build support
- Comprehensive error handling and debugging tools
- ProGuard rules for release builds
- PAX-specific permissions handling
Features #
PaxSdk.checkCardPresence()- Check if NFC card is presentPaxSdk.detectCard()- Detect and read card informationPaxSdk.initializePrinter()- Initialize printerPaxSdk.printText()- Print text with formatting optionsPaxSdk.printImage()- Print imagesPaxSdk.getPrinterStatus()- Get printer statusPaxSdk.cutPaper()- Cut paperPaxSdk.feedPaper()- Feed paper- Advanced printer controls (font size, double height/width, spacing, etc.)
Technical Details #
- Supports Android API level 21+
- Includes PAX SDK native libraries
- Proper plugin registration with Flutter
- Optimized for PAX payment terminals