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

PlatformAndroid

ACS NFC Reader flutter plugin project which is used for reading NFC from ACS NFC Reader devices.

acs_nfc #

A new flutter plugin project.

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:

alt text

alt text

1
likes
130
pub points
30%
popularity

Publisher

unverified uploader

ACS NFC Reader flutter plugin project which is used for reading NFC from ACS NFC Reader devices.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

flutter

More

Packages that depend on acs_nfc