Maadhav Sharma

Results 4 issues of Maadhav Sharma

Here is the code using which I have implemented. ```dart SnapController( AnimatedContainer( height: !isInPipMode?MediaQuery.of(context).size.height: 100, ... ``` Now when the video is switched into the pip mode, the height of...

Basically I need to fullscreen the video when the Orientation is landscape. So I have used OrienationBuilder in my app. ``` NeekoPlayerWidget( videoControllerWrapper: playerController, isPip: isPip || isMediumSize, inFullScreen: orientation...

```dependencies: flutter: sdk: flutter firebase_storage: git: url: git://github.com/danysz/flutterfire.git ref: master path: packages/firebase_storage # The following adds the Cupertino Icons font to your application. cache_image: ^1.0.5 # Use with the CupertinoIcons...