flutter-web Questions

2

I install Flutter and VS Code in the following way: $ sudo snap install --classic code $ sudo snap install --classic flutter $ export CHROME_EXECUTABLE="/usr/bin/chromium" $ flutter doc...
Prostrate asked 16/9, 2021 at 22:33

10

I just added the the fvm package to switch the flutter channel from stable to master without downloading sdk components every time when switching flutter channels. I have followed the step written...
Lightish asked 4/5, 2020 at 12:11

4

Unhandled Exception: PlatformException(storekit_duplicate_product_object, There is a pending transaction for the same product identifier. Please either wait for it to be finished or finish it manue...

2

I am new to flutter, I was trying to build a web app , and i am trying to save text data to firestore but whenever i run my web app it doesn't run and a new file is opened named web_entrypoint.dart...
Covell asked 6/7, 2021 at 7:50

2

I am working on the Flutter web and using go_router for navigation. Expectation: From the initial route, When the user tries to navigate back using the browser back button or reload the page, an al...

6

Solved

how do i set the base href on build? I tried --base-href /path/ --base-href=/path/ --base-href="/path/" --base-href='/path/' and none works it keeps telling me base-href should start and...
Rhadamanthus asked 8/12, 2021 at 7:37

3

Solved

There is a package/plugin for Flutter Mobile (Android, iOS) for retrieving the device details, in which the the flutter application is running, device_info. What i need is a package/plugin to get t...
Parrotfish asked 3/5, 2020 at 8:39

3

I have an Android, Ios and web app that's using php as a backend. All Api's are working fine in both android and ios but throwing CORS error in web. Getting error like this Access to XMLHttpRequest...
Lugansk asked 16/2, 2021 at 10:40

2

Solved

The Flutter Web application send a HTTP REST API POST request and gets back a JSON response and a cookie in the Set-Cookie header as follows. (Flutter (Channel beta, 1.22.0, on Microsoft Windows) ...
Fotinas asked 7/10, 2020 at 10:4

2

I'm having an issue with Flutter Web's TextField. Whenever The text becomes too long, and thus causes the TextField to scroll over to view it all (in single line fields), I am no longer able to cli...
Bung asked 1/1, 2021 at 1:54

5

I need to change the content of this web page for this content And also change the url from "localhost:49318/#/home/inicio" to "localhost:49318/#/home/other". All of this without using the Na...
Symphonia asked 18/12, 2019 at 22:39

8

I am facing this error when using adding some widgets like ListView to a flutter web project I never faced it before when working with android Exception has occurred. "Error: Assertion failed...
Kite asked 28/9, 2020 at 20:50

3

In our flutter app, we rely on build flavors. It works on mobile using flutter build apk --release --flavor dev But when making a flutter web release build, the following is not working flutter bu...
Smoodge asked 21/3, 2022 at 13:16

4

Tricky question, hoping someone has a nice thought. I call showMenu(...) on my text button in flutter, which works well. However, sometimes during screen resizing, the menu gets stuck somewhere on ...
Prismatoid asked 5/12, 2021 at 17:39

8

Solved

I have flutter application which uses different webview plugin for each platform(mobile, web, window). Though I am able to import platform base on web and mobile, I am not able to import for window...
Manuel asked 11/6, 2021 at 12:58

12

Solved

I want to build a flutter web app, so I enter 'webdev build' command and after the operation finishes, I open the 'index.html' file located in build directory and it's just a white screen. I tried ...
Arabic asked 15/6, 2019 at 18:37

2

Solved

I tested out the AppLifeCycleState on flutter web and it didn't work while it worked on mobile platforms. This is an issue that is being worked on. I was wondering if anyone knew any workarounds or...
Nickelous asked 13/7, 2021 at 18:36

15

Solved

I have created a flutter web project which uses network images and asset images, everything works fine when debugging on my pc but when I deploy it to a web server, the network images work fine but...
Praseodymium asked 15/11, 2019 at 13:46

3

Solved

I use custom flutter localization with an en.json file that contains all of application strings, but after deploying web application for the first time, flutter service worker caches en.json and it...
Vernverna asked 14/5, 2021 at 3:14

10

I am working on a flutter application. Recently I have enabled this application for web and its running fine if I run it from Android Studio by clicking on Run button. The problem is when I run it ...
Restaurateur asked 3/4, 2020 at 5:46

3

I added web support to my flutter mobile project. project built good and in build time there are no error or a problem. After build project, web folder created inside build folder.Inside web folder...
Ladysmith asked 3/11, 2020 at 11:13

14

I am making flutter web app that should generate a file from user data. And have the option to download the output file. But I can not find any options/packages which works for flutter web :( Ca...
Melchizedek asked 17/1, 2020 at 8:5

10

After running webdev serve it gives "Can't load Kernel binary: Invalid kernel binary format version. No active package webdev." this error tried this and it added some dependencies flutter packa...
Sentry asked 9/5, 2019 at 2:44

3

Solved

I am using Go Router on my flutter project and I noticed that the back button is not presented anymore. Even when I specifically add it I get the following error: ======== Exception caught by gest...
Discriminate asked 28/1, 2023 at 22:39

3

Solved

I'm getting internet status in my flutter web app, by implementing the following code in my service: ```import 'dart:async'; import 'dart:io'; import 'package:connectivity_plus/connectivity_plus....
Heyward asked 28/6, 2022 at 19:6

© 2022 - 2024 — McMap. All rights reserved.