Relative Content

Tag Archive for iosflutterdart

youtube_player_iframe is not working on iOS

I want to play YouTube videos using youtube_player_iframe(5.1.2).
Android can be played on both emulators and devices without any problems. However, iOS does not display the player.
They told me to write down more details, but there’s no errors or anything.
What are the causes and solutions? Thanks.

Flutter iOS: file getting lost from Document directory after few hours

I’m storing my document files in iOS document directory for using while offline. If I want to upload the drafted files within a few hours I can upload the files but if I go to upload the drafted files on the next day the files get lost/deleted automatically. Is there any reason for which the files are getting deleted automatically?

Flutter iOS: file getting lost after few hours into document directory

I’m storing my offline draft files in the iOS document directory(getApplicationDocumentsDirectory). I could use the files within a few hours. But when I go to my draft page after days and want to upload my draft files, its showing no such file in that directory. Why this happening in iOS? In Android, it’s working fine but in time of iOS, files get lost after a few hours without deleting these files. Is there any reason or how I could store files on iPhone and use it for offline.

Make circular buttons fill width of row

I’ve been using Flutter for a couple of days and I’m struggling to make my buttons change in size. Currently, I’m using two ElevatedButtons with CircleBorder shapes, inside of a row inside of a column that also contains a regular ElevatedButton. What I need is for the buttons to all expand to take up the full width of the row with just a bit of margin around the edges. Thanks.

Status bar is transparent

I have a Flutter application where we have WEB redirection. I need to set the status bar to white or non-transparent.