For example: child: Row( children: [ const Expanded(child: AndroidNativeView()), ElevatedButton( child: const Text("PLUS")) ], ) In layouts
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
I am new to flutter, so I honestly don't know the why I am receiving this error. List < BaseResponse > pEShippingDetail = []; Future loadMessageList() a
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.
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
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
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
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
While debugging the application in android 12, the app is getting crashed.
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
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
I have two routes, simple and nested: AutoRoute( page: ProfilePage, path: '/profile', ), AutoRoute( children: [ AutoRoute(
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
Debug console i have this message when i do anything in android emulator in the flutter app
I am making a SOAP Request and this is how my request should be sent: <id></id> <fieldList> <string>string</string> &
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
I am making a SOAP Request and this is how my request should be sent: <id></id> <fieldList> <string>string</string> &
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
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
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