Phil Bazun
Phil Bazun
Hi Magnus! I faced the same problem, could extract the aspect ratio from the `videoPlayerController`. Example: ``` void initState() { final betterPlayerDataSource = BetterPlayerDataSource(BetterPlayerDataSourceType.network, widget.videoUrl); betterPlayerController = BetterPlayerController( betterPlayerDataSource: betterPlayerDataSource,...
Also a nit about ё/е: https://github.com/rust-lang-ru/book > Зачем ещ**ё** один репозиторий? https://github.com/rust-lang-ru/dictionary > capacity **ё**мкость But this PR uses "е" for both.
> When it will get approved? This repo doesn't look very active. I just use a dependency from a ref now: ``` minio: git: url: https://github.com/xtyxtyx/minio-dart.git ref: af756cb ```
> why does it require 5.0.2? Probably it was the latest version when the repo was still maintained.
> What libraries do you use with NextJS? ``` "@supabase/ssr": "^0.0.4", "@supabase/supabase-js": "^2.39.0", ``` > Please send us a code snippet that includes the initialization of the Supabase client. I'm...
> I'm also experiencing the same thing. Some of my google user aren't able to login because of the same problem. @Phil9l were you able to get around this issue?...
Should fix #972.