acs_nfc

Creator: coderz1093

Last updated:

0 purchases

TODO
Add to Cart

Description:

acs nfc

acs_nfc #
A new flutter plugin project.
Library Pub link
https://pub.dev/packages/acs_nfc/
Getting Started #


Import the library:
import 'package:acs_nfc/acs_nfc.dart';


Open connection the connection
await AcsNfc.openConnection(ip: '192.168.137.1', port: '8001');


Listen to connection Status
AcsNfc.connectionStatusStream.receiveBroadcastStream().listen(nfcConnectionStatus);


List to Nfc data
AcsNfc.nfcDataStream.receiveBroadcastStream().listen(nfcData);


Data format is:
{"nfcBytes":"","nfcId":""}


Samples:

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.