how to get android and ios devices id in flutter?
hello everyone i am try to get android unique device id but i try all packages no any packages work for me so please anyone help me how to get device id in flutter . i also try firebase id…
hello everyone i am try to get android unique device id but i try all packages no any packages work for me so please anyone help me how to get device id in flutter . i also try firebase id…
When I press the "create new Flutter Project" button in Android Studio, it just creates a regular java project, where I can't even use dart code. I can still run flutter doctor in the terminal on the project, but that's…
I'm using this code to get my user from the Firebase Realtime Database in my Android app: private var _user = getUser(firebaseAuth.currentUser?.uid ?: "NULL") .stateIn(viewModelScope, SharingStarted.WhileSubscribed(), null) The idea is that I can get flow updates about the user from…
Could not find an option named "no-sound-null-safety". Run 'flutter -h' (or 'flutter -h') for available flutter commands and options. Exited (1) My Flutter version 3.10.6 &Dart version 3.0.6 Expecting to run in vs code
I built an app in Flutter that has a link to my website. When I click on the link, the browser opens with an error code: "Unable to load page https://… because of net:ERR_CACHE_MISS". pubspec.yaml url_launcher: ^6.1.1 Mianifest.xml <queries> <intent>…
Description Previously I wanted to continue to finish my React Native Android application, but after running it, an error like this has never happened before: Error Details FAILURE: Build failed with an exception. Where: Script 'D:KonselingTelyunode_modules@react-native-communitycli-platform-androidnative_modules.gradle' line: 450 What went…
I have downloaded and installed Flutter plugin/dart programming in Android studio but it does does not show dart program codes. Why? Any solution? I was expecting flutter dart codes in new flutter project at Android Studio
I am trying to create an APK from react native expo application but upon doing the command to generate the apk (eas build), I run into the following error : [stderr] FAILURE: Build failed with an exception. [stderr] What went…
hello guys I try to make new project with java in android studio but when I wanna run the project there is some problem with this ::: ***4 issues were found when checking AAR metadata: Dependency 'androidx.navigation:navigation-common:2.7.0' requires libraries and…
I try to load the html file with this line. (I get file name from intent) webView.loadUrl("file:///android_res/raw/content/" + file + ".html"); The html file is at: /raw/res/content/1-introduction.html I get this error: The webpage at "file:///android_res/raw/content/1-introduction.html" couldn't be loaded because net:ERR_FILE_NOT_FOUND…