Category "flutter"

Flutter web done button has container at top of keyboard

I had an app that use flutter for web. every i focus on textfield and pressed the button 'done' at top keyboard of phone it will be close the keyboard but when

How can you change the default ScrollPhysics in flutter?

I need to change the ScrollPhysics for almost every scrollable widget in an app to BouncingScrollPhysics(). I have tried to find a way to do this without adding

Cards as items in the DropdownMenuItem

I would like to know if it is possible to have card widgets as the items in a dropdownmenu button in flutter. I have tried, but I haven't managed to make the ca

How to find the widget size to avoid rendering when widget render outside the device area

Here I have a center Offset value that is where I need to position the widget, I have positioned the widget with the help of Positioned widget and moved the wid

how to solve flutter CERTIFICATE_VERIFY_FAILED error while performing a POST request?

I am sending a post request in Dart. It is giving a response when I test it on API testing tools such as Postman. But when I run the app. It gives me the follow

ListView not displaying item with BLoC pattern

I'm a flutter beginner and I'm currently working on an app that let me take a photo and then update a ListView to display the photo with a little text descripti

Flutter: EXCEPTION CAUGHT BY IMAGE RESOURCE SERVICE

When I use Network Image, it's show me render error like this. error : ══╡ EXCEPTION CAUGHT BY IMAGE RESOURCE SERVICE ╞══

Class '_JsonDocumentSnapshot' has no instance method 'call'. Receiver: Instance of '_JsonDocumentSnapshot' Tried calling: call()

I trying to retrieving the data in Firebase with StreamBuilder but it appear this error. Does anyone know how to solve this? Appreciate so much for the help. Th

Convert ieee754 half-precision bytes to double and vise versa in Flutter

I have a device that provides temperature data in ieee754 half-precision float format, i.e. [78, 100] = +25.5C. Now, Dart/Flutter doesn't support HP-Float conv

Can't launch my flutter app with VScode and Android Studio Emulator

I can't launch my flutter app, this is the message I get when I try to run with debbug and without debbug mode: Your launch config references a program that doe

How to check if google user login is new account in flutter

How to check if the user that login with google is new or existed. If new I want to navigate to other screen. If not I want to navigate to home screen. loginG

No signature of method: build_9to1cg5tnfrkz8e8n77tajtyd.android() is applicable for argument

I am receiving an error on my flutter app. Build file 'D:\Projects\friendlysoul\android\app\build.gradle' line: 29 A problem occurred evaluating project ':app'.

How to check if google user login is new account in flutter

How to check if the user that login with google is new or existed. If new I want to navigate to other screen. If not I want to navigate to home screen. loginG

Inner shadow effect in flutter

According to the github issue there is no inset attribute in ShadowBox yet. Is there any workaround how to emulate inner shadow right now in flutter. I like to

Integrate getstream activity feed in flutter

So I am trying to integrate activity feed feature from get stream into flutter. But I am not able to get the docs for that. My question is, is it possible to in

Flutter FCM push notification show the blank screen when user tap on Notification in killed state

When user tap on push notification in termination state of app then it will open blank screen and app stuck on this screen and when app is in background then it

TextEditingController previous state is not getting disposed in Flutter

I am using my own custom TextEditingController to add text to a TextField. I am disposing the TextEditingController in the dispose() method. Problem is when I e

Google Cloud Functions: Return valid JSON

I´m trying to call a Google Cloud Function from my Flutter App using the cloud_functions package. This is my Cloud Function: export const helloWorld = f

Using flexible SliverAppBar as non-top element

I'm trying to display a flexible SliverAppBar below a custom app bar (let's say it's a container with a height of 80.0). When making the SliverAppBar the top el

Cannot resolve symbol FlutterActivity

I imported flutter project from github into Android Studio with 'VCS -> Checkout from Version Control'. And now I'm facing the issue: Cannot resolve symbol F