Woton Sampaio
Woton Sampaio
This will fix the [issue 15](https://github.com/huextrat/menu_button/issues/15), I added param `verticalDirection` in `MenuButton` and it can set to `down` or `up`.
A api tá fora do ar, fica dando status 404: `https://dicio-api-ten.vercel.app/v2/livro` Res: ``` The deployment could not be found on Vercel. DEPLOYMENT_NOT_FOUND ```
Is it possible to use this lib to save files to a pendrive? I tried doing this: ``` final bytes = []; await yt.videos.streamsClient.get(audioStream).listen((chunk) { bytesReceived += chunk.length; bytes.addAll(chunk); },...