fintech_card_core 0.1.4 copy "fintech_card_core: ^0.1.4" to clipboard
fintech_card_core: ^0.1.4 copied to clipboard

A headless Flutter plugin providing a universal card-reading engine for Fintech apps — NFC (EMV/ISO 7816), OCR, and manual entry. Native NFC hardware bridge via MethodChannel; all APDU/EMV logic in Dart.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add fintech_card_core

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  fintech_card_core: ^0.1.4

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:fintech_card_core/fintech_card_core.dart';
2
likes
130
points
--
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A headless Flutter plugin providing a universal card-reading engine for Fintech apps — NFC (EMV/ISO 7816), OCR, and manual entry. Native NFC hardware bridge via MethodChannel; all APDU/EMV logic in Dart.

Repository (GitHub)
View/report issues

Topics

#nfc #ocr #payment #card #flutter-plugin

License

MIT (license)

Dependencies

camera, equatable, ffi, flutter, plugin_platform_interface

More

Packages that depend on fintech_card_core

Packages that implement fintech_card_core