1. Anuncie Aqui ! Entre em contato fdantas@4each.com.br

[Flutter] How can we implement "Host Card Emulation (HCE)" with Flutter?

Discussão em 'Mobile' iniciado por Stack, Novembro 7, 2024 às 10:52.

  1. Stack

    Stack Membro Participativo

    We are working to implement HCE in flutter but till now can only read tag's information from the iOS version using the following codes -

    void _readTag() {
    NfcManager.instance.startSession(onDiscovered: (NfcTag tag) async {
    print("_tagRead:${tag.data}");
    result.value = tag.data;
    NfcManager.instance.stopSession();
    });
    }


    Ref: https://pub.dev/packages/nfc_manager

    Continue reading...

Compartilhe esta Página