amorenew / alps_uhf_flutter

Other
0 stars 0 forks source link

uhf_plugin

A flutter plugin for Tablet Alps ax6737 to read UHF Cards.

Library Pub link

https://pub.dev/packages/uhf_plugin

Getting Started

In your Gradle exclude Flutter so files because libary is working in 32bit mode
Only use release apk because running from IDE will not exclude 64bit files
`packagingOptions {
    exclude 'lib/arm64-v8a/libflutter.so'
    exclude 'lib/arm64-v8a/libapp.so'
}`