I want to install get_cli but when running the command below, error is found flutter pub global activate get_cli the error Warning: Executable "get" runs "bi
I have a SingleChildScrollView, its scrollDirection is set to Horizontal with 5 child widgets placed inside a Row Widget. I want to programmatically scroll to t
I am very new to flutter+dart framework. I am trying to understand how EventChannel works. I have set up EventChannel to capture the number of an incoming call.
I am developing an app with epub_viewer package and i set the app in release mode. Android app crashing on start if i use epub_viewer package. I'm sure i did ev
I am facing an issue while running the app. My flutter details are: Flutter Version: 1.12.13+hotfilx.9 Doctor summary (to see all details, run flutter doctor
I have a question so I think I dowlnloaded everything correctly but I still get this massage when I type in "flutter dictir" in cmd. When I run "path/to/sdkmana
I have a list of favorite music, which I retrieve from music when the app is opened for the first time, the app gets a favorite music list from favorite. I want
I want to use Firebase email link authentication in my iOS (Flutter) app with a custom domain: The app requests Firebase Auth backend to send an email to the u
When I navigate from LoginScreen() to HomeScreen() the keyboard pops up for no apparent reason for a split second and then immediately closes while the navigati
Here I want to share image which I get through API. I tried different method for this functionality but I did not get any solution because every solutions have
have a question about formatting the Rupee currency (Indian Rupee - INR). For example, numbers here are represented as: 1 10 100 1,000
I'm trying to figure out how to add a listener in flutter that would listen for BLE signals even in the phone background, while the app is off. Is it possible t
I have a project in school where I create an app gallery with flutter. I use the photo_manager package and it works. But right now I want when I take a new pict
I'm running this on flutter, but I guess this could be a more general issue. I am saving a DateTime in the preferences. I want to be able to then tell if DateT
I create an pin code text field like below, but when i try using shape: PinCodeFieldShape.circle, my console throw me 'package:flutter/src/painting/box_decor
I'm using localizations. And I want to change the language of the app when I click the button Code for the button onPressed: () { Navigator.pushNa
I am in the latest stable release for flutter desktop and have installed Visual Studio 2022 but still the option for "Windows" is not showing. Do i still need t
i'm using flutter bloc. i want to emit the data from a repo to a state. how do i get the data from the repo to show in the cubit? This is my cubit: void getPro
I did this code to get an image from firestore and use it as an icon for a Map Marker. final StorageReference storageReference = FirebaseStorage().ref().child(
I am trying to do get OTP without Verifying you are not a robot screen using firebase in a flutter. I added the SHA-256 key in firebase and enabled the Android