After upgrade to flutter 3.27 app redirect to not found page on IOS release only
After deleting and reinstalling the app in release mode on iOS, it redirects to a “Not Found” page. Even after disabling all logic in the splash screen (leaving only the view), the issue persists.
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 plugin ios side not taking cpp paths like #include “opencv2/core/core_c.h”
#core_c.h is working
but
#include “opencv2/core/core_c.h” is not working in flutter plugin ios side, tried all podspec configs but did not work .
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?
in flutter when run app in simulator app stoped once
in flutter when run app in simulator app stoped once this show in all apps
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.
I want to disable the swipe back functionality in iOS Safari on Flutter
During Flutter development, I learned that swiping the screen navigates back. I resolved the issue by using the WillPopScope widget. However, I noticed that the WillPopScope widget is deprecated in the official documentation. Therefore, I am looking for an alternative.
Flutter IOS bluetooth connect returns as permanently denied
I am facing this issue only with IOS, i have added all the necessary permissions in info.plist
but
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.