/dart_pcsc

Primary LanguageDartBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

High(er)-level Dart wrapper around the PC/SC C API for communication with smart cards.

Features

  • send/receive APDUs to/from smart cards
  • wait for cards & readers
  • works on Linux, Windows
  • usable in pure Dart as well as in Flutter

Getting started

On Linux, install pcsc-lite. On Windows, no additional setup should be needed.

Usage

See example/dart_pcsc_example.dart.

Additional information

At the moment, not all functions provided by the C API are covered. Pull requests are welcome.