Category "flutter"

Flutter webscrapping How to access a table elements

I am writing a web scrapping widget in my flutter app to extract the meanings of a Sanskrit word. I wish to know how to access the text yellow highlighted in th

FLUTTER ANDROID ONLY: sent location data to REST API continuously even when my app is minimized/closed

I want to continuously send location data to REST API (PATCH METHODS) even when my app is minimized/closed. I put my function on InitState, but when I minimized

How to use floating action button to scroll over another widget?

I want to use FloatingActionButton() to scroll through a widget below it in for example a Stack widget. Right now i just use Stack widget to stack the FloatingA

Converting base64 to image | Not working | Flutter

So, I want to do a simple thing but for some reasons it is not working. I get a base64 string from the server which I need to convert to an image. When I put th

Display events stored in MongoDB in SyncFusion Calendar via GraphQL

I am working on an app and I'd like to display the events that are stored in MongoDB using my GraphQL end points. This is how I do it: List appointments = Que

How to add markers in Google Maps in Flutter using the Geopoints data in Firebase Firestore

I am new to Flutter and Firebase. How can I add multiple markers in Google Maps in my Flutter Application from retrieving geopoints data in Firebase Firestore?

flutter : [firebase_auth/unknown] Given String is empty or null

my code isn't add person to firebase and isn't reach to the user in authentication. But I can't understand why. This part is firebase part. final Fireba

Flutter sign in with google lost authentication when the internet connection lost, how to re-auth it?

We are currently building an app that requires only google sign in and communicate with the Firebase depending on those data that we get with sign in. The probl

Parsing Nested JSON give Unhandled Exception

I am trying to parse complex Nested JSON, I have multiple classes to get down the JSON nests. I am looking for the numbers from this JSON { "data": { "att

Flutter - How to access http request coming to the application

I'm building a Flutter app (Web). I want to have a debug section there. Part of it should be dumping HTTP Headers sent to the application. So I'd want to have a

How to customize the hard wrap vertical line in Android Studio IDE for code formatting

When I apply "Format code" my lines of code automatically down line (many lines) even though my screen has enough space to display it on 1 line. I see it depen

The function can't be unconditionally invoked because it can be 'null' error shown while trying to get current user info from firebase Auth

Trying to get current user info after creating a new user but getting this error " The function can't be unconditionally invoked because it can be 'null' " whi

Why is my `flutter_webrtc` peer connection always failing?

I'm stuck in establishing a WebRTC connection. I've successfully established WebRTC connections on several web applications using this signaling flow but I'm st

Take Multiple Picture Using Flutter Camera Plugin

I'm trying to take multiple photos using the camera plugin, am doing that inside a loop and I keep getting the error below: CameraException (CameraException(Pre

onPressed from MaterialButton were trigged when the page from initialRoute

There're two buttons from my WelcomeScreen, when this page is loaded, two buttons will be pressed automatically. two buttons were used by the external widget"Ro

Flutter WebView only gets content the first time

I have a WebView where I parse the Site-content after the user presses a Button. If loading the site for the first time (initUrl), I get all the correct data. H

How to execute dart generated javascript from dart

I have this dart script that I compiled to javascript. How do I go about calling this javascript from dart? I'm trying to eventually call this from a web worker

Displays the same cart-quantity and total price

I am having issue with the cart notification panel as it displays the product-quantity and price of the previous user and is not updated even after i add produc

I want to implement only face authentication in flutter

In my application, I want to add a face unlock feature to unlock my application. but as I used local_auth package it takes both figure and face. Like, If the us

Flutter local caching when app is background

I have a background service listening socketio and showing me notification. I wanna cache to local that i take from socketio but packages dont support caching w