java-james / flutter_dotenv

Loads environment variables from `.env`.
https://pub.dartlang.org/packages/flutter_dotenv
MIT License
209 stars 46 forks source link

Video size ratio in IOS is correct, but in android is it wrong? #71

Closed ngominhtrungit closed 1 year ago

ngominhtrungit commented 1 year ago

Currently the lib does not support full screen, so I custom and on ios when selecting any rtsp video it will show full screen (as shown) IMG_5335 IMG_5336

but when i run it on android, it doesn't get full screen (as shown) image

Question: So is there a problem with the video size ratio on Android? tks all.