flutter-web Questions

4

I was wondering if any you can point me to a web flutter library that had http badCertificateCallback. I tried DIO but it is giving me an error and submit an issue but I haven't heard from them yet...
Haematozoon asked 24/4, 2020 at 15:12

2

Solved

I try to implement a signIn with Google in Flutter Web. I use GoogleSignn 4.1.1 and Firebase Auth 0.15.4. I do not get any error message. It just does not pop up. I registered the web app in Fir...

7

Solved

I am running into an issue with Flutter web in which no JavaScript files are generated when running flutter build web in any project, causing prjects to simply load a blank page. I am currently on...
Resect asked 7/6, 2020 at 20:13

5

Solved

[Update] I can confirm this issue happened in flutter above 2.5. Using 2.2.3 is fine. The question becomes why this feature been removed in 2.5 ? And how to enable it in flutter 2.5? [Origin Questi...
Nick asked 18/9, 2021 at 8:1

3

Solved

Running flutter build web creates index.html file in /build/web/ along with assets icons manifest.json favicon.png index.html version.json flutter_service_worker.js main.dart.js The current flutte...
Terryterrye asked 2/1, 2021 at 5:12

4

I have have been able to pick a file from my computer and display in my flutter web app. I have a function(of type File) which takes a file and uploads it to the server. like so functionName(File i...
Shaer asked 10/11, 2019 at 23:46

1

We used Flutter Web to develop our website and we encounter one issue only in the browser integrated in the Instagram app. If a user opens a link to our website in Instagram, the In-App-Browser sho...
Acclamation asked 10/8, 2021 at 16:34

3

Solved

I have a flutter web app which works well locally but after deploying it using firebase deploy the images are not shown in the website, I have checked if the assets have been uploaded by tracing, ...
Whyte asked 9/6, 2020 at 21:55

8

I have an error that has been appearing in my last few deploys and I am unable to trace it. It only happens when I deploy to firebase website, debug works without any issues. Uncaught SyntaxError: ...
Brei asked 1/7, 2022 at 19:12

10

Solved

I was using FlatButton and passed the properties FlatButton( splashColor: Colors.transparent, highlightColor: Colors.transparent, child: ..., ) The documentation says that FlatButton will beco...
Berezina asked 15/10, 2020 at 23:17

8

I fetched the data from an API through POST request. Then I populated the data inside a GridView Builder. But when I am scrolling the web version of the app it is giving me this error: ════════ Exc...
Anglican asked 9/9, 2021 at 7:28

7

Solved

I started Flutter web and i wanted to add Material icons to my Flutter web app but its displaying boxes instead. Any help is appreciated. Thanks
Revolting asked 9/5, 2019 at 21:23

2

In the current version of flutter 3.0.1 we have a service worker in index.html. So far, I cannot find any documentation on flutter.dev for how to force a cache refresh when screens or code has upda...
Matilda asked 24/5, 2022 at 13:42

2

Solved

My Flutter app looks great in the Chrome (web) emulator and running on a local server. I navigated to this directory: Users/TDK/StudioProjects/kabbalah/build/web/ I installed the Firebase CLI too...
Geez asked 3/2, 2022 at 23:19

6

Solved

Is there any way to start Flutter web, with a Headless-Server target, always on the same specified port number ? Today, running the web application with: flutter run -d headless-server Provides...
Thoreau asked 5/10, 2019 at 12:27

3

I am building a flutter project and am having an issue integrating the web and mobile code in a single project. I want to use Moor and Moor_FFI in my mobile code, but even though the entry point to...
Genome asked 25/2, 2020 at 3:22

4

Solved

Since updating my flutter to 3.3+ everytime I try to build my project there is this error on the console: Target web_release_bundle failed: ShaderCompilerException: Shader compilation of "C:\f...
Oro asked 15/9, 2022 at 13:39

5

Solved

I have used flutter_web for a while now and never really questioned that it always restarted the whole application when pressing "hot reload" but since now flutter_web got merged to the main flutte...
Phonemic asked 27/10, 2019 at 14:59

3

Solved

I try to change the status bar in the safari browser, I search it and it was a lot's question about it but none of them fixed my issue. I tried change-status-bar-color and how-to-change-chrome-head...
Waxler asked 4/2, 2022 at 18:8

3

Solved

I am using shared_preferences in my Flutter application for iOS and Android. On the web I am using the http:dart dependency (window.localStorage) itself. Since Flutter for web was merged into the F...
Borough asked 5/11, 2019 at 11:17

3

I want to scroll the item in the row with click and drag. when I tries to scroll though click and drag it does nothing..................................................................................
Jeannettajeannette asked 14/2, 2022 at 7:55

6

Solved

When I run: $ flutter build web I'm getting the error Missing index.html. The flutter app is displaying in the browser, but in VS Code it reads "No Device." How can I debug, or fix this pr...
Bromic asked 11/6, 2020 at 3:31

2

I have been looking for hours online and have had no luck. I'm trying to have VS Code launch a web application using a URL with parameters for debugging purposes. My launch.json file looks like thi...
Impassive asked 23/12, 2020 at 16:35

10

I have some basic knowledge of building android apps using Android Studio with Java language. Now I want to start learning flutter but not really sure about a couple of things. I read that it's pos...
Kampmeier asked 27/5, 2019 at 22:6

2

Im building a crosss platform app. We are also going to be on the web. But for the web we want to do like the picture below, so that the entire app essentially still has phone dimensions. I tried w...
Nev asked 26/4, 2022 at 21:13

© 2022 - 2024 — McMap. All rights reserved.