flutter package or a workaround to stream audio in real time

Viewed 58

I want to build a flutter mobile app that streams audio non stop(as long as the user speaks) in real time to a node js back end. Is there a package that can facilitate this?

1 Answers
Related