-
-
Notifications
You must be signed in to change notification settings - Fork 100
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: hooks not working on Windows 10 but working on MacOS 14.6.1 #1407
Comments
Hi @Kuroketsu 👋 |
Hello @felangel , thank you for the fast response. My windows pc has 16gb ram and while running the mason make command the dart eats all my available memory (~10gb). It starts up low (~400mb) then it becomes bigger and bigger until it eats all my available memory. I know for sure that this is from the mason make command because when I cancel the command the occupied memory is released. This should not be happening right? |
@Kuroketsu yeah that should definitely not be happening. Are you able to provide detailed reproduction steps? I'd need to try to reproduce on a windows machine, thanks! |
@felangel I tried to reproduce the issue again. Steps To Reproduce:
|
Thanks for the context. Can you elaborate on step 5? What command are you running to use the brick on the flutter project? Thanks! |
I simply added the brick to the mason.yaml file, then run command |
Are you able to reproduce on a different windows machine? I’m not able to reproduce on my end. |
Description
I have a brick from github that has pre_gen hooks that runs flutter pub add dio, but when I run mason make the terminal is just stuck and based on windows task manager the dart eats all of my PC's available ram.
Steps To Reproduce
Expected Behavior
Generate the files and run pre_gen to add packages to pubspec.yaml
Additional Context
Used mason_cli 0.1.0-dev.56
flutter doctor -v:
The text was updated successfully, but these errors were encountered: