Skip to content

Support EventChannel(s) #16

@larssn

Description

@larssn

Recommend supporting Streams through EventChannel, as it makes some operations easier (like having a listener running in the background).

Then it would be possible to having a simple API like:

var streamSub = FlutterNfcKit.tags.listen((tag) {
   print(tag);
});

Just a suggestion. Sadly I have no time to do a PR.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions