Category "dart"

TextFormField "error message" breaks the shadow applied to the Text Field

I made a TextField builder and customized it and added a shadow to it using "Material" widget And when an error message is shown to the user in the app the Text

flutter video_player Not playing the video in release mode

i use video_palyer : ^2.1.0 the video playing normaly in debug mode but whene i run release apk the video not playing UPDATE the problem from flutter_facebook_a

CARP_BACKGROUND_LOCATION How can I get this data

I am using the plugin CARP_BACKGROUND_LOCATION to set a foreground service in my app and get the location updates, all is fine but when I open the app and after

Flutter Error Failed to extract manifest from APK: Exit code -1073741515

Getting this error in android studio 3.5 Android Version 3.5 SDK 28 flutter latest version Any one help me with this error? Getting this in windows 7 ultima

Flutter Custom Clipper Radius Octogone

I'm trying to round off the shapes of my clipper but it's impossible. I tried with the path.arcToPoint property but I think I don't really understand how it wor

How to find out in Flutter when a Widget appears / disappears?

I would like to find out in a stateful widget when the whole widget appears on screen or disappears, similar to iOS onViewWillAppear / disappear. Is that possib

Exception has occurred. _TypeError (type '_InternalLinkedHashMap<String, dynamic>' is not a subtype of type 'List<dynamic>')

I am new to flutter, so I honestly don't know the why I am receiving this error. List < BaseResponse > pEShippingDetail = []; Future loadMessageList() a

Error: The non-abstract class 'InternalSelectableMathState'

I just updated flutter version from 2.5.3 to 2.8. I have the following error that i dont know how resolve it. There is no error on any plugin installed, It seem

flutter arabic justified alignment not working

I'm developing a quran app with flutter and i've done most of the work. but when it comes to the proper alignment it doesn't work. output image is here I'm doin

Flutter: Unable to migrate to null safety

I am following this guide to migrate my project to null safety: https://dart.dev/null-safety/migration-guide But I am facing this issue with the dart migrate co

Passing a String List in a SOAP request in Flutter

I am making a SOAP Request and this is how my request should be sent: <id></id> <fieldList> <string>string</string> &

Passing a String List in a SOAP request in Flutter

I am making a SOAP Request and this is how my request should be sent: <id></id> <fieldList> <string>string</string> &

Dart (flutter) VScode debug console syntax / expression coloring / highlighting

Does anyone know how to color or highlight syntax or expressions in the debug console in dart (flutter) for VScode efficiently? Most of the code comes out blue,

Flutter image_picker crashes when opening camera

I'm trying to use image_picker on Flutter and it works perfectly on Android emulator. But when I try to use it on my real device, it crashes when I clicking the

Flutter - Media Query for keyboard height always returns zero

I'm trying to subtract the height of the keyboard from the height of the screen so I can apply that value to the height property of my listview container. This

Hide Overlay only works at random times

I'm working on this flutter app and I've created this icon at the bottom of the screen. It's an overlay so it can stay at the bottom of the screen. Furthermore,

'package:flutter/src/widgets/framework.dart': Failed assertion: line 5356 pos 14: '()

I get the error 'package:flutter/src/widgets/framework.dart': Failed assertion: line 5356 pos 14: '() { // check that it really is our d when I tab on

Can't Access Cookie in HTTP Response with Flutter

I'm working on Flutter an app which will use Express based REST api. While implementing Cookie based sessions, I wanted to retrieve cookies from app with basic

SDK Version Issue.This app was built with the iOS 14.5 SDK

ERROR ITMS-90725: "SDK Version Issue. This app was built with the iOS 14.5 SDK. All iOS apps submitted to the App Store must be built with the iOS 15 SDK or lat

Send data from another website to flutter

Is it possible send data from a website to flutter website and take data with GET or POST like PHP? In PHP we can take data with GET or POST. Let's say we are s