Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 973 Bytes

README.md

File metadata and controls

25 lines (14 loc) · 973 Bytes

ccid

pub version Build Example App

A Flutter plugin for reading and writing smart cards using the CCID protocol with PC/SC-like APIs.

Installation

Linux

This plugin uses dart_pcsc, thus has a runtime dependency on PCSCLite:

  • Debian / Ubuntu: sudo apt-get install pcscd libpcsclite1
  • RHEL / Fedora: sudo dnf install pcsc-lite

Should you encounter any permission problem, please check README.polkit from PCSCLite.

macOS

This plugin uses CryptoTokenKit on macOS, which is available since macOS 10.10.

The com.apple.security.smartcard entitlement is required.