
Hi,
I'll provide you with screenshots to fix this player issue. Please follow them and replace the code below at the mentioned file location. This will resolve the player issue.
InteractiveViewer( transformationController: chewieController.transformationController, maxScale: chewieController.maxScale, panEnabled: chewieController.zoomAndPan, scaleEnabled: chewieController.zoomAndPan, child: SizedBox.expand( child: FittedBox( fit: chewieController.isFullScreen ? BoxFit.contain : BoxFit.fitWidth, child: SizedBox( width: chewieController.videoPlayerController.value.size.width, height: chewieController.videoPlayerController.value.size.height, child: AspectRatio( aspectRatio: chewieController.aspectRatio ?? chewieController .videoPlayerController.value.aspectRatio, child: VideoPlayer(chewieController.videoPlayerController), ), ), ), ), )
----------
Hi Priyank i did this and yes the video quality plays in original aspect ratio which is corect
But the issue is the video added a lot of blank bars and it didnot play in full screen, in landscape it plays under the video container in small container, Is it possible to play in full screen the original sam video
Do i need to use same Signing key or different one
Ans : You need to create a new release key (.jks file) and also set up a new app on the Play Store under the same account. When you upload the newly built package to the Play Store, new signing keys (App Signing Key & Upload Key) will be generated. These keys must be added to Firebase under the respective Android app. Additionally, you need to replace the google-services.json
file in the code with the updated version. After making these changes, rebuild the app and upload it for review on the Play Store.
do i need to create different web app as well in firebase
Ans : No need to create a new app for the web because Firebase creates only one app for the web, which is independent of the package name. Do not manually create new apps on Firebase.
Regards,
Mr. Priyank
Whether you're troubleshooting an issue or looking for step-by-step guidance, our resources are designed to empower you with the knowledge you need
Hi,
Is everything working fine?
Regards,
Mr. Priyank