pcsc_wrapper 4.0.1
pcsc_wrapper: ^4.0.1 copied to clipboard
Dart PCSC Wrapper Library
1.0.0 #
- Initial release
1.0.1 #
- Correction to licence terms
1.1.0 #
- Updated Dart SDK version (For Initial Release)
1.1.1 #
- Changed supported platforms
1.2.0 #
- Added Windows support and updated ffigen and dart versions
1.3.0 #
- Added Windows to the pubspec platforms listing
1.4.0 #
- Re-generated the MacOS and Windows generated bindings on native machines
2.0.0 #
- Moved library calls to isolate to prevent blocking calls. Dropped incomplete MacOS and Windows support
3.0.0 #
- Changed the behavior of the library classes from throwing errors to returning the PCSC result instead. Added preliminary MacOS support.
4.0.0 #
- Changed the library function return types from individual types to generic types
4.0.1 #
- Increased dart minor version