Questions tagged [flutter-web-browser]

43 questions
0
votes
0 answers

flutter listview don't working on browser

Listview on browser not working don't show but on phone working done On a phone that actually works, it renders but on emulator don't working listview.builder I'm not sure where the problem is But sometimes some phones don't display either I tried…
0
votes
0 answers

Flutter webview privacy policy

If you use a webview in a Flutter app that shows an online form from a website that a user can fill and send (all happening on the website), is it necessary for the user of the app to accept any terms & conditions/privacy policy for this action?…
May
  • 93
  • 7
0
votes
0 answers

When I run my flutter web app in browser and limit the dimensions to pixel 5 the web app gets stuck

the app when loads has a basic loader and then shifts to the actual screen the web app is fine when I switch to iPhone se dimensions in the inspect tab but when I shift it to pixel 5 it doesn't work can anyone please help me with this why this is…
0
votes
1 answer

How could I open a WebPage inside my Flutter WebApp and parse the URI of this webpage?

Does someone know how to open a "WebView" inside a Flutter WebApp ? I need to parse the url of a webpage an return this result into mu Flutter Web App below my code that open a new tab in the browser…
0
votes
1 answer

Flutter-web: How to clear console?

From Hide http status code warning at chrome developer console, does the flutter-web has a way to clean the console?
0
votes
1 answer

How to simulate the behaviour when the user loads the app from the URL in the browser's address bar

I'm writing a Flutter web application and I want to write a test on the behavior when the user loads the app when he types the URL in the browser's address bar. For example I would like my test to behave as if the user typed /my/path. How can I do…
Valentin Vignal
  • 6,151
  • 2
  • 33
  • 73
0
votes
1 answer

SharedPreferences automatically get cleared when browser closed for flutter web

SharedPreferences is automatically cleared when browser is closed for flutter web. There is no problem when flutter web is reloaded but the problem comes when closing the browser and again when relaunched.
0
votes
0 answers

Facing issues while debugging Flutter (3.0.3) Web issues during development

We recently started converting our flutter app to web with Flutter 3.0.3 (Dart 2.17.5 • DevTools 2.12.2). We are facing following errors while executing the web on chrome, Error: Unexpected null value. at Object.throw_ [as throw]…
0
votes
2 answers

How to send a List of images as bytes from multipart post method in flutter web

I have a List of images as bytes and I would like to send it as a post request in flutter web. Firstly how do I send the data in file format just like image picker for android/iOS in flutter web Secondly if I had to send the attachments in the below…
0
votes
0 answers

Flutter unable to connect API XMLHttpRequest error in flutter

Flutter unable to connect API when I try to run web app I'm using auth api it's working fine with android and iOS but I'm unable work on flutter-web. here are error Login Button Pressed Error: XMLHttpRequest…
0
votes
1 answer

How to injest javascript in

I'm working on a Flutter web project. The web/index.html file is injecting a JavaScript script which could be simplified as: So in my flutter code, I can do: @JS() import…
Valentin Vignal
  • 6,151
  • 2
  • 33
  • 73
0
votes
1 answer

Download file from download button, save to download folder on the local system

I am working in flutter web automation as fresher. I download the file from Download button present on the web. And downlaoded file by default download in PDF format. I just need to verify the download file name. Can anyone help me. class…
0
votes
1 answer

Flutter Web resize browser-window leads to a defunct context

I made a web-app with flutter and there are bar-charts. I want to refresh them if the screen size changes. This works fine if I switch between the browser window option "shrink" and "enlarge". But if I use the arrows to manually change th size of…
MCB
  • 503
  • 1
  • 8
  • 21
1 2
3