Category "flutter"

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

Error message when press packages get in flutter

Because rabit depends on dev_dependencies any which doesn't exist (could not find package dev_dependencies at https://pub.dartlang.org), version solving failed.

flutter: on background message handler is not being called

I have implemented firebase cloud messaging and firebase functions to my app and used flutter local notifications and added a showNotifications function to make

Remove Header indicatore in flutter web

check this image, how to remove a blue indicator from a header from flutter web

error when trying to get data from "data"

I'm getting this error when trying to get data from my "data". child: StreamBuilder<QuerySnapshot>( stream: FirebaseFirest