-
Notifications
You must be signed in to change notification settings - Fork 157
Closed
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels