All Questions
20 questions
0
votes
0
answers
47
views
Flutter project broke specifically through vscode's terminal. Any idea how to fix this?
I have a flutter project that was working for four days. Last night I updated the code and it broke. I reverted the changes but it stayed broken. I always used to run it in vscode's powershell. I ...
1
vote
1
answer
71
views
The Flutter Daemon failed to start and Unable to find Git in your path error in VS Code
I’m experiencing an issue while working with Flutter in VS Code. When I open my project in normal mode, I get the following error message:
The Flutter Daemon failed to start.
when I try to run any ...
0
votes
1
answer
61
views
Error installing git in vs code Dart & Flutter
I get this error on startup VS Code when i download Git:
The Flutter Daemon failed to start.
Before installing git, the whole project was working. I could choose the emulator I wanted to run the ...
-1
votes
1
answer
357
views
The Flutter Daemon failed to start
I was working in VS Code and accidentally rolled back the Flutter repository, which has caused Flutter to become unusable in my development environment. Now, when I try to use Flutter commands or run ...
-1
votes
2
answers
4k
views
Why do I need to download Git, if it is built into VS Code?
I have noticed that on my laptop, it lets me initialize repositories and use source control in visual studio code. But when I go to source control on my main PC, it tells me to download git for ...
0
votes
1
answer
67
views
GIT commands missing from VS Code
I have installed and updated VS Code to the latest version, and installed Git as well. I am trying to do my first check-in ever.
However, I only see the "changes" list as shown below:
I do ...
0
votes
0
answers
27
views
Git Changes indicator does not appear in VSCode [duplicate]
Git Changes indicator does not appear in VSCode
It was supposed to appear like this
Any Solution?
0
votes
0
answers
287
views
VS Code is slow and freezing and then not responding [duplicate]
I have a problem with VS Code: whenever I code, debug, or run the code on my physical device using Flutter, it gets very slow, freezes, and shows "Windows is not responding: Reopen!"
I ...
1
vote
3
answers
5k
views
How can I remove Git from Flutter project on VSCode?
I have a project that I want to remove git from, but simply deleting the .git file breaks the project. I get this error if I do that:
The current Flutter SDK version is 0.0.0-unknown.
I had to ...
2
votes
3
answers
2k
views
What does " A " next to file name in VS Code mean? [duplicate]
After typing to my code's terminal git add recoverd_home_pg.dart I see the mark A right after the file name on the VS Code, What does that A mean?
0
votes
2
answers
2k
views
Why I am not able to push my code to BitBucket?
I am developing a flutter app and trying to send my code to bitbucket. I did the following steps.
go to bitbucket and create a new project, under that a new repository.
copy the repo url, something ...
0
votes
0
answers
125
views
how to back up flutter source code from git?
i have a huge issue, i was working on my flutter app and my laptop suddenly burned. Hopefully i was able to extract my data and put it on an external hard drive.
With a new computer i try to find my ...
-1
votes
3
answers
2k
views
fatal: bad config line 1 in file .git/config
fatal: bad config line 1 in file .git/config
In trying to run flutter i am getting this error.
I tried flutter upgrade --force, flutter channel stable as well as reinstalling flutter
but none of these ...
0
votes
1
answer
717
views
VS code source control filled with junk files
Title. Im developing a flutter project, and my source control is filled with hundreds of random android/ios/build files every time I modify a single file. How do I get rid of this? I have a github ...
25
votes
2
answers
2k
views
VSCode Flutter - stop tracking Flutter repo changes
I can't figure out when this started, but suddenly I find my repo tracking all my changes just fine, but...
There's another repo open - like the entire Flutter source - and my source control is ...