Relative Content

Tag Archive for flutterweb

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 ?

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.

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: