pax_player 0.0.7 copy "pax_player: ^0.0.7" to clipboard
pax_player: ^0.0.7 copied to clipboard

PlatformAndroid
outdated

A Flutter package for POS (Point of Sale) devices, providing essential methods for card reading, barcode scanning, QR code scanning, and more. Simplify POS integration in your Flutter app with this ve [...]

pax_player #

This package based on PAX Device with NetptuneLiteApi SDK

Important: #

THIS PACKAGE WILL WORK ONLY IN ANDROID!

Installation #

flutter pub add pax_player

Set minify and shrink on your buildtype gradle #

add this line in your build.gradle
buildTypes {
    release {
        .
        .
        .
        minifyEnabled false
        shrinkResources false
    }
}

Set this line on your AndroidManifest xml #

add this line in your AndroidManifest.xml
<application
...
android:name="pax.plugin.pki.parhamkish.vakili.pax_player.PaxApp"
...
</application>

What this package do #

  • [✅] Get DeviceInfo => use getDeviceInfo
  • [✅] Get CardInfo => use getCardNumber
  • [✅] Get Beep device => use getBeep
  • [✅] Set Device Nav Bar enable => use setEnableNavBar set true
  • [✅] Get BarcodeInfo => use getScanBarcode
  • ❌ get all device info
  • ❌ call printer
  • ❌ device setting
  • ❌ call all scanner methods

If you have an Pax Terminal printer and need help with integration process, just Contact me #

Tested Devices #

PAX A920 

If you want to support this package, you can Donate

16
likes
140
points
12
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter package for POS (Point of Sale) devices, providing essential methods for card reading, barcode scanning, QR code scanning, and more. Simplify POS integration in your Flutter app with this versatile package.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSL-1.0 (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on pax_player

Packages that implement pax_player