Song Yang
Song Yang
I'm looking forward to seeing an improvement to the size of Angular projects! Currently, node modules take up 300+ MB starting from an empty project.
Have you tested it out? If removing it doesn't break the code, this might be viable.
Hello, I didn't change anything in the repo. I found a quick fix and it's to add a int type cast to the line where the error happens, since it's...
I am experiencing a similar issue on Android, but my release mode is `stop`. The audio works as intended on iOS but not on Android.
The problem can be fixed by reinstalling Flutter from scratch.
> Looks like you only experienced this issue one time. Based on the output logs, keeping this issue open for further inputs. Yes, this is my only time having this...
> @songyang-dev can you share your `flutter doctor -v` from your now working Flutter SDK install? I don't know that that will give any clues as to why this happened,...
Hi @rrousselGit, thanks for the clarification! I'll keep in mind the differences between watching the provider and the notifier.
> can you please add a section in the docs clearly explaning this differences with code examples ? Consider starting a new issue for this if there isn't already one.
> Update: I disabled the gui prompt and I got it working. Seems like the issue in the gui prompt. > > ``` > git config --global credential.guiPrompt false >...