flutter-web Questions
3
Solved
Is it possible to run flutter web build using golang server? Golang has facility to serve html file and flutter web gives output as index.html and js files.
if it is possible then how golang code s...
Alonzo asked 14/12, 2019 at 9:52
11
Solved
Since flutter 1.9 flutter_web is merged inside flutter. I'm trying to run the initial flutter app in a chrome browser but it fails. OS is ubuntu 19.04
The command I used with success:
flutter upg...
Radiate asked 12/9, 2019 at 9:2
2
when I use setState () the text appears in the debug console..
setState() callback argument returned a Future.
The setState() method on _LoginActivityState#9cd91 was called with a closure or me...
Bunyan asked 9/7, 2019 at 7:9
2
Solved
I can't use the image URL from my domain but I can use the image URL from another domain like Facebook. The error is:
It happened when putting the image URL from StackOverflow in the Image.networ...
Drover asked 20/5, 2022 at 14:58
2
Currently developing a web app with Flutter web. Building, running and accessing the Firebase hosted application works fine when I'm on my laptop or Android device, however when I try to visit the ...
Unyoke asked 25/4, 2021 at 20:55
2
I am being able to receive and display the notification on the console but it doesn't show up in the browser (chrome).
The steps I am following are:
I start the app and get notification token with...
Expertize asked 7/3, 2021 at 18:4
6
Solved
I am building a flutter web app, but I want it to behave differently on mobile and desktop.
To test it, is it possible to run the web app on a phone's browser or in the browser of an emulator?
Than...
Tahsildar asked 3/3, 2021 at 18:31
2
I'm currently implementing a simulation for some mathematical problems. Since Flutter has such an easy way to create user interfaces and has web-support, I decided to use Flutter for this project. ...
Strychnic asked 23/3, 2021 at 9:56
2
Solved
I am using 1.27.0-4.0.pre sdk version to my flutter pwa. Before upgrading I used 1.24.0-10.2.pre sdk version. in 1.24.0-10.2.pre version everything was good and I don't have any problem is showing ...
Rae asked 9/3, 2021 at 22:29
3
I'm using a free plan of firebase storage. All working good but the image not loading on my flutter web.
I'm getting this error.
Access to XMLHttpRequest at 'https://firebasestorage.googleapis.com/...
Plethoric asked 22/1, 2021 at 16:29
6
Solved
What I'm trying to do is build a flutter web app that, when displayed in the browser, the tab shows an icon and a title (as currently it only shows the world icon and the localhost... title).
Actua...
Arpent asked 6/12, 2019 at 22:15
10
Solved
I understand there are many very similar questions to this; but none of their solutions work for me. I've tried them all. PS: I expect the problem is something to do with my index.html
Problem: I a...
Fleuron asked 3/5, 2021 at 11:38
2
Solved
The app I am working on allows users to create social posts like Facebook with text, images and videos. I am working on PWA part and I came across this issue. For selecting video from storage, I ne...
Simmie asked 1/6, 2020 at 5:8
2
Solved
I have a Flutter Web project. I have the following HTML script that I need to put into HtmlElementView:
<script src="https://www.paypal.com/sdk/js?client-id=YOUR_CLIENT_ID"></scr...
Hoecake asked 19/4, 2020 at 1:57
5
I'm working on a Flutter Web application which includes chat.
I'd like to include an ordinary input function where users can enter text and send it into the chat stream. A standard feature of chat ...
Quondam asked 9/12, 2020 at 20:19
3
Solved
When I choose Chrome to run my Flutter app, the resizing page doesn't work correctly and by searching through the internet I found this command to solve the problem:
flutter run -d chrome --web-ren...
Steel asked 12/8, 2022 at 17:2
17
I can't load network images in flutter web from other domains with API calls. getting this error
Trying to load an image from another domain? Find answers at:
https://flutter.dev/docs/development/...
Handmedown asked 10/1, 2021 at 13:29
10
I am using XAMPP control panel and using a local server like Apache port no 80, but in flutter web getting XMLHttpRequest error and in mobile device. The same coding fetches data using API not gett...
Kedge asked 21/10, 2020 at 7:31
2
I have created a website in Flutter web and added all meta tags inside index.html for SEO. The title tags get updated using the Flutter Title widget but I want to update description, keywords, og:t...
Federalese asked 11/5, 2021 at 5:9
2
I have a flutter application which I deployed on a server. On a webpage, I embedded the flutter application Inside an Iframe.
Problem
When I scroll the page, After reaching the iframe, I cannot scr...
Papillon asked 11/3, 2022 at 9:49
2
Solved
Similar case:
flutter-web-app-blank-screen-in-release-mode
I have an AWS EC2 cloud server. and I built a flutter web build in my EC2 Server.
and cross-connect the flutter web index.html to Nginx.
&...
Laboy asked 20/5, 2021 at 13:29
4
I would like to create a flutter project but I don't want to include the android and iOS version build folders and functionalities.
How can I make this to create with the web build only?
Gragg asked 10/8, 2021 at 13:58
10
Solved
The default URL of a Flutter web project defines a URL containing a hashtag (#), as follows:
http://localhost:41521/#/peaple/...
I would like to remove this '#', looking like this:
http://localhos...
Hawk asked 23/1, 2020 at 1:6
3
Solved
I have this project where I have to code a website and ios and android apps.
I have to do this with a very limited team (basically myself). So I want to share as much code between those platforms, ...
Blackguard asked 23/12, 2020 at 1:13
2
I'm trying to get email and password autofilled using the Google Password Manager. This seems to work on Android, but not for Web.
Example:
Form(
key: key,
child: AutofillGroup(
child: Column(
...
Pediatrician asked 23/6, 2022 at 16:34
© 2022 - 2024 — McMap. All rights reserved.