How create a flutter project with only the web folder?
I want to create a flutter project with only the web folder, instead of delete android, ios, ecc.. folders manually.
recording audio from web on ios flutter
I’m trying to create a website for a friends wedding , it should provide a way so the guests can leave a voice note and the voices will be uploaded to the backend , I used microphone package for recording the audio , it works very well when the website is opened from an android or a laptop however when it’s opened using safari or google chrome on an ios device nothing happens when the record button is pressed I took a look on the github issues page of the package and it seems like safari does not allow the method used for recording the audio and the issue is still open, I tried to use other packages but they did not work even on android and laptops any suggestions about how can I solve this ?
How to debug main.dart.js in flutter web app
I have a flutter web app that I am trying to deploy but when I run it locally on my machine of if I try to run it on the server I get this in the browser console:
flutter web app displays blank screen after compiling with flutter build web –release
I am trying to deploy a flutter app on the web. I have compiled it using flutter build web –release and I have commented out this line . I found this in other posts but it didn’t work for me.
Flutter web app shows blank screen on browser
I have built a flutter app and it runs great on Anddroid. I have build the web version of this app and deployed it on a web server. When I try to run the web app I get a blank screen.
Images are not displayed in flutter web
I have a question because I have an unresolved problem.
Navigation Rail in Flutter
I am developing a dashboard with flutter web. I have this side menu where i am changing pages like a normal dashboard. Here’s the design that i want to copy:
I’m getting a lot of errors with the new web update to Flutter(3.22)
After upgrading to the new version 3.22 of Flutter, I can no longer output build on the web with chrome. Also there are errors that I never understand where they come from and what causes them
Flutter web create stream use yield alway throw Bad state: Stream has already been listened to
I want to read file from web choose by user as a stream, and send to http server, but it throw “Bad state: Stream has already been listened to”.
Flutter web sharing state across browser tab
I develop POS system using Flutter Web.
In POS system we need to have second screen to display the ordered product.