anarchuser / mic_stream

Flutter plugin to get an infinite audio stream from the microphone
https://pub.dev/packages/mic_stream
GNU General Public License v3.0
101 stars 70 forks source link

Possibility to add web plugin? #91

Closed timmolter closed 9 months ago

timmolter commented 9 months ago

One major selling point of Flutter, is one codebase, many platforms. This package doesn't support web.

Could this package be expanded to support web?

Writing a completely separate codebase for web, but I really don't want to.

Here is a different package that has added a web plugin for microphone streaming. (Disclaimer: I have not tested it) As I am a complete newbie to writing Flutter plugins, I just want to ask if you think this is even possible, first, and secondly, do you have any plans to implement it?

anarchuser commented 9 months ago

Duplicate of #40