47 questions
1 vote
1 answer
420 views
404 error when refreshing Flutter web app
I'm facing an issue; when I try to refresh a Flutter web app page from server it is giving me below mention error. 404 Not Found - "The requested URL was not found on this server." I went ...
1 vote
0 answers
48 views
Handle url callbacks using URL launcher in flutter web app
I opened a URL using the URL launcher, and that URL opened a login page. Once the user logs in, it opens another page whose URL has a query parameter I have to access for further integrations. How ...
1 vote
0 answers
113 views
Flutter Web App does not render correctly on the mobile browsers
I have a Flutter web app that I am trying to host using Firebase hosting. On my first deployment, I identified that the app's look from the mobile and desktop browsers is very different. Reading some ...
-1 votes
1 answer
768 views
Firefox Browser doesnot support to run Flutter Web app [duplicate]
I am trying to run Flutter web app in firefox browser. But it is not showing in devices list, only showing chrome and edge browsers. How to add Firefox in devices list and run flutter web application. ...
0 votes
0 answers
156 views
How to remove minify from flutter web URL (https://energymaxapp.com/webapp/minified:lM)
So, I have published an webapp with flutter and it is behaving strange when I am releasing it. In local host it is working completely fine with proper URL structure. It is showing this kind of URL - ...
0 votes
1 answer
95 views
Flutter Web App: Unable to Retrieve User Location on iOS Web Browsers After Granting Permission
I'm developing a Flutter web application and encountering an issue with retrieving the user's location on iOS web browsers, specifically Chrome and Safari. Problem Details: When the user is prompted ...
0 votes
1 answer
156 views
How to destroy the flutter web build being used in react on parent component unmount?
I have implemented a bridge between flutter web build and react app to show the flutter app inside a react component. I am able to render the app and update its state from react's end. The problem I ...
0 votes
1 answer
239 views
Trouble to generate a pdf in flutter web and then display and download it
I am building the website where In a section I can generate a pdf from the dynamic values and then to download it to the device.The pdf can be generated and downloaded but not viewed in the browser ...
6 votes
2 answers
10k views
Optimizing Flutter Web App Initial Load Times
Flutter Web apps often face slow initial load times. While this topic has been discussed, the technology has changed and so are the best practices. Goal: To create a comprehensive resource for ...
1 vote
0 answers
163 views
Persisting Side Menu Drawer and AppBar in Flutter Web with GetX and Handling Browser Back/Forward Buttons
I'm currently working on a Flutter web project using the GetX state management library. I have implemented a side menu drawer and an app bar in my application. However, I'm facing an issue with ...
0 votes
1 answer
413 views
Flutter Web Image Cropping On Mobile Not Working (RepaintBoundary and package screenshot: ^2.1.0)
I'm working on a flutter web project and i have a page that pick and uploads Images and user can zoom in or out to crop image the problem is: Cropping images on web on desktops working properly but on ...
0 votes
0 answers
59 views
In flutter web Odia language show strange character
In my project utf8 is already set in web.This happen only for odia language. I am using Text widget to show the text. Text Widget : Text("କାନାରା ଏଚଏସବିସି ଲାଇଫ୍ ଇନସୁରାନ୍ସ କମ୍ପାନୀ ଲିମିଟେଡ୍"),
1 vote
1 answer
2k views
flutter webview unable to go back when url is redirect
I am building a flutter application. Use of this application is show the web pages in webview. In this application have one button. While clicking the button it needs to open webview and load the url. ...
1 vote
0 answers
154 views
Flutter Web - App Reloads on Browser resizing using inspect
I've been developing a flutter web app with multiple screens. Actually my issue comes when I tries to resize my browser window my app reloads with first page of the app with some errors. I was struck ...
0 votes
1 answer
139 views
Flutter web next page name shows in url but current page frozen and no longer responding to gestures
Just developed a simple flutter web app and seems to be working fine. Only problem am facing is: On say PageB I have a bunch of TextFormFields all having autoFocus set to false. Pressing a button ...