Nguyễn Việt Dũng
Nguyễn Việt Dũng
It's hard to conditional check for State if it's String. We should change it to enum for clarity.
An enum like {Highest, High, Medium, Low} for quality will be good. Side feature: somehow making sure your API always plays with the highest possible quality by default.
Because you don't export classes inside src folder so I cannot import them, the runtime keeps complaining about this. E.g: MediaStreamInfoSet, Container, v..v.. Basically, can't do this for now: `...
I'm switched from Android Studio to VSCode. From Android Studio there is a plugin 'Flutter Enhancement Suite - Marius Höfler'. That plugin has a feature that combines [issue 20](https://github.com/jeroen-meijer/pubspec-assist/issues/20) and...