guys, when I tried to run my application on real device but I found that error after upgrading to 1.22.2: Required by: project :app > project :locatio
I am from typescript background and new to dart, in typescript we are able to define interface and attach those types to the required variable which have the co
_getLatestCompletedWorkout() async { try { QuerySnapshot workouts; workouts = await FirebaseFirestore.instance .collection('users')
this is the error that shows when running the app. I tried running both debug mod and without debug and it still shows this error * What went wrong: Could not d
I am creating flutter application using FCM for sending push notifications. I am sending notifications with Cloud Functions from website by sending JSON to devi
I don't know why but I can't build or run the App in my new Macbook, I run the same folder on another Mac or my windows computer and runs perfectly. here when I
Actually I want to know which package is more beneficial from the user perspective, if there are other advantage pls let know in the comments. THANK YOU
How to set kate voice for ios en-GB. I m doing the below code but it's doing Daniel's voice and I want to set kete voice for the same. Future setLanguage({Strin
Does autoDispose in Riverpod's StateProvider disposes controllers? Does both the following statements works similarly? final _controller = StateProvider.autoDis
I am writing a Flutter Integration Test and I'm looking for a code which that allows the automated test to run and proceed after the Login (check step below) fi
I have a problem with inconsistent shared preferences value. I will try to describe it as simple as possible. I'm using Firebase Cloud Messaging for push notifi
In Android Studio after ending the debug/run session and/or unplugging my phone from the computer and restarting the app, the locally installed app seems to not
I am using flutter-web with .net webapi. To shoot my requests, I have tried Dio and Dart HTTP packages. Neither of the two have worked because of CORS issue. Ki
How i can make this container in flutter?? Path getClip(Size size) { final path = Path(); final halfWidth = size.width / 2; final halfSpace = space
Why does it throw an error and give me the link is empty even though the link exists? And when I use launch (url) alone, the link opens without any problems S
After running "flutter pub get", I got this error: Warning: You are using these overridden dependencies: ! path 1.6.4
I have made the following changes into a Flutter developer account: redirect url: app_name:// Also I've made the following changes into Info.plist on iOS <ke
Why does it throw an error and give me the link is empty even though the link exists? And when I use launch (url) alone, the link opens without any problems S
I have made the following changes into a Flutter developer account: redirect url: app_name:// Also I've made the following changes into Info.plist on iOS <ke
I'm building a widget that listens for UDP packets on the network and then updates the child widgets accordingly. I'm not sure where to put the init code for th