Why Flutter or Dart doesn't have a LTS version?
I try to find a LTS version of Flutter but I can't find a one then I look is there LTS version for Dart but it is also the same. So how I select a version I can use some…
I try to find a LTS version of Flutter but I can't find a one then I look is there LTS version for Dart but it is also the same. So how I select a version I can use some…
I use offline mode with the setting keepSynced(true) for some RTDB nodes. It works as expected, but it would be better for me to read data from the local cache first. Currently, when read some it takes a delay of…
I am making a chatting app with android compose. Usually, when you scroll freely within the chat window and press the text input window to bring up the keyboard, the chat at the bottom of the screen naturally moves up.…
I want to display data sent from an android app using POST request to a simple html website whenever a button in the app is pressed. I'm hosting the website and the php file to handle the POST in xampp…
I've been trying to integrate a Google Map iframe into my React Native app, but I'm encountering issues. I've attempted to use the react-native-webview library, following the documentation, but it hasn't worked as expected. My goal is simply to display…
Launching lib/main.dart on Android SDK built for arm64 in debug mode... Exception in thread "main" java.lang.RuntimeException: Timeout of 120000 reached waiting for exclusive access to file: /Users/DIGITAL_VASANTH/.gradle/wrapper/dists/gradle-7.6.3-all/aocdy2d2z8kodnny3rsumj8i8/gradle-7.6.3-all.zip at org.gradle.wrapper.ExclusiveFileAccessManager.access(ExclusiveFileAccessManager.java:61) at org.gradle.wrapper.Install.createDist(Install.java:48) at org.gradle.wrapper.WrapperExecutor.execute(WrapperExecutor.java:128) at org.gradle.wrapper.GradleWrapperMain.main(GradleWrapperMain.java:61) [!] Gradle threw an error…
I am creating an OTP verification app using Firebase Authentication with a phone number. I did all the stuff like add dependencies,pugin, JSON file, and connect Firebase Authentication but still have this error. please tell me what should i do.…
The second image is the one without curly braces, and it marks that area with a red line. The first image has curly braces inserted in it, and the line disappeared. Why was there a need to add curly braces?…
I'm tried to save ArrayList<HashMap<String,Uri>> into json using Gson, but when i read data from json , im noticed that Gson just wiped out data inside HashMaps. I want to that Gson doesn't wipe my data inside HashMaps anymore. Here's…
i am really struggling to import a single rive animation in my flutter app. and it doesn't work !! i really don't know what to do ... please help me! here is the rive file i downloaded add it to…