About 239,000 results
Open links in new tab
  1. dart - How to set up devices for Visual Studio Code for a Flutter ...

    Mar 14, 2018 · I'd like to use Visual Studio Code as my editor for Flutter development, but I don't know how to get the emulator going. I've installed Visual Studio Code on Ubuntu 17.10 (Artful …

  2. visual studio code - VSCode hot reload for flutter - Stack Overflow

    Mar 10, 2018 · There is a setting dart.flutterHotReloadOnSave to enable hot reload on save for Flutter apps in Visual Studio Code. You need to start the app in debug mode for this to work, …

  3. android - Failed to launch emulator: Error: Emulator didn't connect ...

    Apr 15, 2019 · A duplication of the problem mention in Can launch, but not connect, to emulator in VS Code and Android Studio using flutter. I sort it using a API 29 instead of 30.

  4. Android device is not showing up on VS Code/Android Studio

    Feb 23, 2022 · 3 VS code and Android Studio is recognizing my connected android device. My device is showing up on file explorer though. I have turned on USB debugging from settings …

  5. How to add device in VS code with flutter? - Stack Overflow

    Jun 29, 2023 · Make sure you have Flutter and Android SDK installed. Open your flutter project in VS code. Click the device icon in the status bar in the lower right corner of vs code. If you have …

  6. How to solve "Unable to find git in your PATH" on Flutter?

    I've just tried to install Flutter on Linux and when I try to run a flutter command (flutter doctor), I'm getting Error: Unable to find git in your PATH. How can I solve this?

  7. flutter - how to change dart line length in vscode when formatting …

    Dec 23, 2019 · i'm using VS Code for flutter development and one issue i have is code formatting (styling) which is not as customizable as it is in android-studio. my problem is that each time vs …

  8. Setting up Flutter with Visual Studio Code - Stack Overflow

    Aug 7, 2018 · Navigate to the View option on vs code then select Command Palette. type the word flutter in the palette; it should give you a list of commands, for instance, creating a new …

  9. debugging - Unable to debug flutter dart code in VS Code, …

    I had a similar problem. My platform is Ubuntu 20.04. I was setting the breakpoint in vscode expecting the vscode debugger to work immediately, but no. After an hour of googling, I hit the …

  10. VSCode Can't Find the PATH To the Flutter SDK - Stack Overflow

    Jul 2, 2019 · Type flutter and choose Flutter: New Application Project Type your project name (e.g: flutter_application_1) Select a folder to create the project in If you want to change your …