pcsc_wrapper 2.0.0 copy "pcsc_wrapper: ^2.0.0" to clipboard
pcsc_wrapper: ^2.0.0 copied to clipboard

PlatformLinux

Dart PCSC Wrapper Library

pcsc_wrapper #

Overview #

pcsc_wrapper is a Dart FFI (Foreign Function Interface) wrapper for the PC/SC (Personal Computer/Smart Card) interface, enabling developers to interact with smart card readers and smart cards using Dart on Linux.

Platform Support #

⚠️ Status:

  • Implementations included for: Linux

Features #

  • Native bindings to the PC/SC (winscard) interface
  • Provides a Dart-friendly API for smart card operations
  • Enables low-level smart card reader and card interactions
  • Lightweight and efficient through Dart's FFI mechanism

Prerequisites #

  • Dart SDK
  • PC/SC middleware installed on your system
  • libpcsclite-dev (on Linux)

Installation #

Add the following to your pubspec.yaml:

dependencies:
  pcsc_wrapper: ^[version]

License #

This project is licensed under the BSD 3-Clause License. See the LICENSE file for details.

Contributing #

Contributions are welcome! Please feel free to submit a Pull Request.

Disclaimer #

This library is provided "as-is" with no guarantee of compatibility or support. Users should thoroughly test in their specific environments.

3
likes
120
points
32
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Dart PCSC Wrapper Library

Repository (GitHub)
View/report issues

License

BSD-3-Clause (license)

Dependencies

ffi, tuple

More

Packages that depend on pcsc_wrapper