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

outdated

A new flutter plugin project.

uhf_plugin #

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

2
likes
0
pub points
25%
popularity

Publisher

unverified uploader

A new flutter plugin project.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on uhf_plugin