flutter-web Questions
2
Solved
SITUATION:
I'm in the process of implementing Firebase phone sign-in on flutter web. In doing so, I want to customize the reCAPTCHA that is called by the signInWithPhoneNumber function as outlined ...
Clericals asked 13/10, 2022 at 7:55
4
Solved
I know that Flutter supports using Skia instead of DomCanvas in Flutter Web using WASM CanvasKit, i.e. "Skia + WebAssembly".
I have heard that this provides significant performance improv...
Sapphira asked 29/10, 2020 at 1:2
2
In my use case, I have multiple layouts in a particular page. for ex, in a page, i have layout(lets say layout-1) where i get the input data from user using list of textfield and then in the same p...
Wrathful asked 23/8, 2022 at 15:50
3
Solved
I am trying to deploy my Flutter app to GitHub Pages. App runs fine with flutter run -d chrome and builds successfully using flutter build web --release
I push the code to my repository:
https://gi...
Nitrous asked 12/1, 2021 at 17:54
4
I have a Flutter code. instead of showing nothing when the submit button is clicked, I want to show the circular loading indicator when the button is clicked so to keep the user busy but I'm having...
Bernicebernie asked 3/8, 2020 at 18:13
1
I want to show banner, rewarded and interstitial Ads on my website which is built with Flutter Web. It is easy to show Ads for Flutter Android (I have used admob_flutter plugin for that) but I coul...
Minoru asked 4/3, 2020 at 19:6
1
I'm trying to get a Flutter Web App to only load single pages based on the URL entered, rather than a stack of pages. For example:
website.com/#/ only loads HomePage()
website.com/#/redirect only
...
Loni asked 23/11, 2022 at 20:59
8
Solved
I've got a backend running rocket.rs which my flutter web app sends a request to, but it can't get past the OPTIONS response.
I have tried adding CORS (rocket_cors) to the backend and having a op...
Williamwilliams asked 16/6, 2020 at 15:41
2
Solved
I'm new in flutter and I start to create a web application via flutter. I need a web view for opening a internet page. webView is worked for ios and android but not support web application.
import ...
Kana asked 23/2, 2021 at 7:24
1
Solved
i'm trying to create a horizontaly scrollable list in Flutter with SingleChildScrollView but, only works in mobile, i tried another solutions but nothing worked for me. I'm brazilian, and some part...
Orthotropic asked 3/3, 2022 at 13:44
1
I'm trying to implement Smooth Scroll in a PageView, so I have set the physics property to NeverScrollableScrollPhysics() and I have wrapped the items in the builder fonction with a GestureDetector...
Compound asked 25/6, 2021 at 15:57
8
Solved
Hi I am a mobile app developer and not much familiar with web development, I was finding any approach to implement Progress Indicator before loading the flutter web app like Gmail loading screen. F...
Maller asked 25/7, 2019 at 20:32
1
I'm using Flutter version 3.3.8 and Google Chrome version 107.0.5304.110.
I send an http request, and this is the error that I get:
ChromeProxyService: Failed to evaluate expression 'xhr': Internal...
Eurythmic asked 23/11, 2022 at 4:33
3
Solved
I tried to get some images from the internet in flutter web that need to add headers.
I've used cached_network_image: ^2.5.1 and it doesn't support the web completely also Image.network seems when ...
Costanza asked 25/5, 2021 at 13:52
5
Background
I am using Android Studio to create a Flutter web app.
The app runs successfully on localhost in Google Chrome.
When I deploy it to Firebase hosting, a "Firebase Hosting Setup Comp...
Graybill asked 12/4, 2021 at 13:32
3
Solved
My flutter web app won't start, I see the following errors in the browser console:
This behavior only occurs when deployed on vercel. I don't get this error when deploying on firebase hosting.
Fur...
Alyshaalysia asked 3/11, 2022 at 15:4
4
I am getting the below error while I am running the flutter run , If anyone can help that will be very helpful for me.
../../Developer/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_storage_we...
Achene asked 9/3, 2022 at 9:27
3
I am trying to find a way to see which platform (iOS or Android) my flutter web project is running on. When I use if (Platform.isIOS) { //do something }, I face error below:
Error: Unsupported oper...
Convocation asked 2/9, 2020 at 11:27
10
I'm working on a Flutter web app and I'm having trouble running a test.
Flutter 1.7.8+hotfix.4 • channel stable • [email protected]:flutter/flutter.git
Framework • revision 20e59316b8 (9 week...
Referent asked 17/9, 2019 at 21:50
3
I am trying to develop a flutter app that sends an http request to a remote php file hosting on 000webHost.
When I build my Flutter application for Desktop, I manage to retrieve the information, ev...
Tomfoolery asked 14/12, 2020 at 15:40
5
Solved
I'm not asking about webview. This is about Flutter web app. I need to go back to a specific page when user press back button which is inbuilt in browser.
Any guessing ?
I'm getting this error ...
Antependium asked 20/4, 2020 at 12:4
3
Solved
I want to build my portfolio with Flutter web, but only thing is load on Inspect page is this:
<flt-glass-pane style="position: absolute; inset: 0px; cursor: default;"></flt-glas...
Hepner asked 27/3, 2022 at 8:21
10
Solved
I have a simple web app I have created with flutter web. I would like to know how I can open new an external url either in a new tab or in the same tab in my flutter web app. say I want to open the...
Ullage asked 20/5, 2019 at 12:5
2
Solved
I have a flutter app using Firebase's cloud firestore. I've done the web build and running it on Chrome through Android Studio works well. I would like to share my web app progress to my client but...
Dispirited asked 27/11, 2020 at 11:15
3
Solved
Is there a way to call the submit button when a user hits the enter button when filling out a form. Here is my form code:
@override
Widget build(BuildContext context) {
String _email;
return Al...
Alkaloid asked 16/6, 2020 at 22:2
© 2022 - 2024 — McMap. All rights reserved.