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
100 stars 68 forks source link

refactor: change defaultable args to nullable (#54) #55

Closed ab36245 closed 1 year ago

ab36245 commented 1 year ago

Here are the nullable changes I'm suggesting. Because it is only used applying defaults there is no breaking change at all.

anarchuser commented 1 year ago

alright, looks good. Thank you!