acs_nfc 0.0.1 copy "acs_nfc: ^0.0.1" to clipboard
acs_nfc: ^0.0.1 copied to clipboard

outdated

ACS NFC Reader flutter plugin project.

acs_nfc #

A new flutter plugin project.

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":""}

1
likes
20
pub points
16%
popularity

Publisher

unverified uploader

ACS NFC Reader flutter plugin project.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on acs_nfc