Skip to content

Commit

Permalink
doc: update README and pubspec.yaml
Browse files Browse the repository at this point in the history
Signed-off-by: Harry Chen <[email protected]>
  • Loading branch information
Harry-Chen committed May 4, 2024
1 parent e680879 commit 0550224
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# ccid

[![pub version](https://img.shields.io/pub/v/ccid)](https://pub.dev/packages/ccid)
[![Build Example App](https://github.com/nfcim/ccid/actions/workflows/example-app.yaml/badge.svg)](https://github.com/nfcim/ccid/actions/workflows/example-app.yaml)

A Flutter plugin for reading and writing smart cards using the CCID protocol with PC/SC-like APIs.
Expand All @@ -9,4 +10,10 @@ A Flutter plugin for reading and writing smart cards using the CCID protocol wit

### Linux

This plugin uses `dart_pcsc`, thus has a runtime dependency on `pcsc-lite`: `sudo apt-get install pcscd libpcsclite1`.
This plugin uses `dart_pcsc`, thus has a runtime dependency on [`PCSCLite`](https://pcsclite.apdu.fr/):

* 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](https://github.com/LudovicRousseau/PCSC/blob/master/doc/README.polkit) from PCSCLite.

2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: ccid
description: "A Flutter plugin for smart card reader using CCID protocol."
description: "A Flutter plugin for smart card reader using CCID protocol with PC/SC-like APIs."
version: 0.1.0
homepage: https://github.com/nfcim/ccid

Expand Down

0 comments on commit 0550224

Please sign in to comment.