Category "flutter"

Why in Flutter, PlatformView cannot shrink to its own size?

For example: child: Row( children: [ const Expanded(child: AndroidNativeView()), ElevatedButton( child: const Text("PLUS")) ], ) In layouts

Flutter ExpansionTile Extention button placement

I have a container which i want to expand one i click the down arrow button. If you look in this picture (https://gyazo.com/eeaa9fb8d3f93d5f6f190ced2389e2e1), y

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

How to delete local database while uninstalling the flutter windows application?

I am using the DRIFT package (formerly known as MOOR) for local database and I want to delete the database file which is saved in local machine (Windows) as db.

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

Display notification when app is closed flutter

I Have try to display notification in flutter app 1) When app is open the notification is display but 2) when flutter app is Closed but it is not working or not

The method 'of' isn't defined for the type 'ThemeProvider'. in Flutter

I am Beginner to Flutter just following the YouTube tutorial on building User Profile while doing everything is OK but Theme Provider gave me the error I didn't

Flutter IOS Architecture Issue in M1 Mac using VS code

I am using an M1 MacBook pro laptop and ios 13 simulator for developing a flutter app, But I am getting the below issue while trying to run the flutter app in t

Targeting S+ (version 31 and above) requires that an explicit value for android:exported be defined when intent filters are present]

While debugging the application in android 12, the app is getting crashed.

how to draw some markers and make it different each other (flutter google map)

i have tried this to customize marker on flutter_google_maps and this to change widget into bytes, since we could change marker using bytes, not widget. i actua

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

Back button for nested routes in Flutter auto_route (Navigator 2.0)

I have two routes, simple and nested: AutoRoute( page: ProfilePage, path: '/profile', ), AutoRoute( children: [ AutoRoute(

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

D/EGL_emulation( 6380): app_time_stats: avg=1505.58ms min=1505.58ms max=1505.58ms count=1

Debug console i have this message when i do anything in android emulator in the flutter app

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> &

How to debug or print in Flutter web?

I'm using Flutter 1.10.15 and Android Studio 3.5.1 for Flutter Web development and my big! problem is I can't debug and even I can't print something in console

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> &

flutter material icons - the getter 'currency_ruble' isn't defined for the type 'Icons'

The icon set contains the ruble currency, but if i try to add to the project i get error The getter 'currency_ruble' isn't defined for the type 'Icons' IconButt

Custom clip path appbar flutter

I want to create custom appbar shape as shown in below image. How we can do such shape using clippath? Tried code: class CustomAppBarShape extends CustomClipper

How to create ipa file in flutter for testing purpose?

I am working in flutter and i want to create an ipa file for testing purpose. Is there any way to create ipa directly from android studio terminal? If there,wha