Category "flutter"

Remove default padding or margin on Bottom Navigation Bar from Flutter

This is the picture of the problem, is it a default padding on Bottom Navigation Bar? If it is, how can I remove it? As you can see in the code below, I have a

How to resolve error of "errSecInternalComponent" while building archive for appstore?

I am trying to submit flutter app to Appstore. Here are the steps I followed: Deleted all certificates and provisioning profiles Create/Add IOS Distribution Cer

Can we implement custom checkout screen in Razorpay in Flutter

I have been think to create a custom checkout screen using razorpay but could find any documentation/resources about how can I do it.

Flutter-Android how to use the camera while the app is in foreground/background

is it possible to use the camera while the app is in the foreground or background? I tried with these two packages flutter_foreground_task and flutter_backgroun

CocoaPods Natively For M1? V. 1.11.3

I was looking into the web for some updated answer about my problem but I couldn't find it! I install Cocoapods using the terminal with the command below: Sudo

Not able to create flutter linux desktop application snapcraft build

I have developed a Linux desktop application with the help of flutter but now I am facing an error when I am trying to create the snapcraft build in #Flutter Pr

I am trying to build a bottom sheet in the below code when i am using Column,the code works fine,but doesnt work with Listview

showModalBottomSheet( context: context, isScrollControlled: true, isDismissible: true, shape: const RoundedRectangleBorder( borderRadius:

LogicalKeyboardKey.meta in shortcut is triggered without pressing the other keys in the LogicalKeySet

I've been working with Shortcuts, Actions and key binds with Flutter web. And I've found a weird behaviour that I can't find a solution to. The thing is, I have

tflite package has a deprecated api in flutter

I'm using tflite in my flutter project but this package has deprecated Api, so my question if I upload my app to the play store and apple store does it make pro

LogicalKeyboardKey.meta in shortcut is triggered without pressing the other keys in the LogicalKeySet

I've been working with Shortcuts, Actions and key binds with Flutter web. And I've found a weird behaviour that I can't find a solution to. The thing is, I have

How to create a curved container in flutter

I'm trying to create this design in flutter when i try to increase the height of curved container to create the MyDocs container design, its curved get disturb

How to get the File Extension from a string Path

I've got file path saved in variable and I want to get the file type extension by using path package https://pub.dev/packages/path So far I managed to do it by

Could not resolve all files for configuration ':app:debugRuntimeClasspath'., flutter

I don't know whats causing this error in flutter, I just tried to create a new project and I am getting this error, I have upgraded and also downgraded my flutt

Flutter for iOS run, build but not archive

My app archive perfectly two weeks age (was the latest update I made). After some minor changes in the flutter code (I did not add any packages or something), I

Android Gradle plugin requires Java 11 to run. You are currently using Java 1.8, but i'm using java 11

I imported a Flutter project, and when I tried to run it, I got this message error: FAILURE: Build failed with an exception. * Where: Build file '/home/omer35

Flutter - Using multiple Test Id for Admob Banner

I wanted to add some Admob Banner in my Flutter app (using the offical Admob package https://pub.dev/packages/google_mobile_ads) Flutter Admob guide only provid

how to draw over other apps in flutter?

I want to show alert box or pop up even my flutter app is closed. similar to this picture

horizontal listview builder in flutter for api

how to create a horizontal listview in which data is taken from dart object classes i.e API this is the code: return MaterialApp( home: Scaffold(

Toolbar options in Action bar? (Flutter)

Is there some way to show toolbar options in action bar? Such that: I'm looking for a way to add sharing options when a text is selected.

An InputDecorator, which is typically created by a TextField, cannot have an unbounded width

Not sure how to get rid of this error (An InputDecorator, which is typically created by a TextField, cannot have an unbounded width.), but also make the two inn