Ardeshir Nahavandi Fard
Ardeshir Nahavandi Fard
Hi, any update?
From Windows Event_Viewer: ``` Fault bucket , type 0 Event Name: APPCRASH Response: Not available Cab Id: 0 Problem signature: P1: flutter_acrylic_example.exe P2: 1.0.0.0 P3: 61f3dabf P4: flutter_acrylic_example.exe P5: 1.0.0.0...
> Hi, natandiasm. In order for the program to run in the windows environment, DLLs must be in the same directory as the executable. https://github.com/sansuido/sdl2/blob/main/SDL2.dll and more... Download the DLLs...
Can you try `puro rm master` and then `puro create stable`?
Example: ``` puro.exe prepare master Downloading engine information... 631ms Downloading Material fonts... 1,133ms Downloading Gradle Wrapper... 212ms Downloading android-arm-profile/darwin-x64 tools... 2,254ms Downloading android-arm-release/darwin-x64 tools... 1,923ms Downloading android-arm64-profile/darwin-x64 tools... 2,183ms Downloading...
Hi @benthillerkus Yes, you're correct, the new formatter changed almost every single file. Though the functionality changes made by this PR are present only on the first couple of commits,...
My custom_lint.log can some times reach 20+ MBs, these two maybe be useful: [custom_lint.log 11-09-21-266 AM.log](https://github.com/user-attachments/files/23494573/custom_lint.log.11-09-21-266.AM.log) [custom_lint 9.54.46 AM.log.zip](https://github.com/user-attachments/files/23494578/custom_lint.9.54.46.AM.log.zip) ```yaml # This file configures the analyzer, which statically analyzes Dart...
After the env is created, run `puro upgrade envName` and it should resolve that. This can be a temporary fix.
@TheLastFlame By only running `puro --root=D:/puro` you're not asking Puro to do anything, hence it prints the usage info. Try running `puro --root=D:/puro ls` and then compare the output with...