flutter_nfc_acs 0.1.7 copy "flutter_nfc_acs: ^0.1.7" to clipboard
flutter_nfc_acs: ^0.1.7 copied to clipboard

outdated

A plugin for communicating with the ACR1255U-J1 BT reader from Advanced Card Systems Ltd.

flutter_nfc_acs #

flutter_nfc_acs is a flutter plugin that can provide you to link the acs devices

- Note: This plugin can work only in Android as of now!

Usage #

  • Add flutter_nfc_acs as a dependency in your pubspec.yaml file.
  • Handle Location/Bluetooth permission in your flutter app. You can use flutter plugins like permission_handler.
import 'package:flutter_nfc_acs/flutter_nfc_acs.dart';

  FlutterNfcAcs.connect(widget.device.address)
        .catchError((err) => setState(() => error = err));

    _sub = FlutterNfcAcs.connectionStatus.listen((status) {
      setState(() {
        connection = status;
      });
    });

Contributing #

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update the tests as appropriate.

License #

MIT

2
likes
0
pub points
30%
popularity

Publisher

unverified uploader

A plugin for communicating with the ACR1255U-J1 BT reader from Advanced Card Systems Ltd.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, flutter_plugin_android_lifecycle

More

Packages that depend on flutter_nfc_acs