JeffreyR
JeffreyR
> Most of my branch names are still truncated, so I didn't even notice the menu was widened in the latest release :) > > So is there a specific...
> I am also facing another issue after setting width is controller Aspect ratio not match with video. I use the `AspectRatio` widget to set the proper aspect ratio w/...
Is there a reason to not apply a `SafeArea` wrapper yourself? It seems that some folks would want a true full screen mode.
My YT Player is inside a `ShowDialog` widget. I found that on iOS (Simulator) my YT Player did not change size at all and on Android (Emulator) it went full...
``` /// Enabling causes closed captions to be shown by default. /// /// Default is true. final bool enableCaption; ```