How can I remove the shadow above the AppBar for Android in Flutter? On the iOS Simulator the following Code works fine. Code: return Scaffold( ext
I am having a problem while trying to set up the Flutter development environment. These are the steps I have performed: I downloaded flutter and extracted the f
How to apply the same color change animation that's applied to TabBar text (label) to the icon at the same time, instead of instant changing the color of the ic
So I've build a static website using flutter (web-app) which is hosted on Firebase Hosting. I checked my Lighthouse report using DevTools by chrome, and i get t
How to fix this all const warning in VSCode? It's hard if I fix one by one.
I am implementing the project by referring to the sample code before firestore 2.0. I'm going to bring the last document of the Chat collector to StreamBuilder.
I am using Flutter to build a Web-App and I want to use the internationalization feature of flutter on my new app. I was following the Flutter-Tutorial and I tr
I created a separate Stateless widget called CustomAppBar will certain parameters. Every I need appBar in my app. I will use CustomAppBar and give required para
So I created a custom NavBar, when you click on the icons it runs the animations for the icon. Problem: When starting the application the animation of a specifi
Like in the gallery app that it comes in our phones, when we zoom in we see less items, when we zoom out we see more items Is there a way to achieve this in Flu
How to add gradient color in the background of a card ? Should I reproduce this card with a container and a box decoration or is there another simple way ?
List<ServiceModel> serviceList = [ ServiceModel(id: "12", name: "Repair", subServiceList: [ SubServiceModel(name: "Toilet Repair", id: "123"),
I have a code like this: TextEditingController adSoyadTextBox = TextEditingController(text: "Loading.."); // ... TextFormField( controller: adSoyadTex
I created my database with this function: void CreateDatabase() async { database = await openDatabase( 'todo.db', version: 1, onCrea
How to do file operations (create/write/update/delete files) using the Flutter "saf" Package. link:- pub.dev/packages/saf I didn't find any solutions on Google.
Flexible( fit: FlexFit.tight, child: OpenContainer( closedShape: RoundedRectangleBorder(borderRadius: BorderRadius.all(Radius.c
I grabbed somewhere the following code to convert a picture to a base64 string without accessing a file : String ImageToString(Image image) { String result;
How do we "draw a square" on detected faces on camera preview feed in Flutter? Is there a cross platform solution to this? Flutter provides a Camera Plugin, but
Android Alarm Manager Plus in Flutter never fires periodic after 1 minute regularly
These are the Errors while generating The IOS build TFlite Error (2.7.0) This is the current package which I am using in my project The Tflite Issue has been