The "Extract to ARB" function of the Visual Studio Code extension is not functioning correctly with the recent Flutter version 3.24.0. Although the extracted string is saved in the dictionaries, the getter for the string is not generated.
To verify that the issue is related to the version, I switched to the previous version of Flutter, and everything worked correctly. Therefore, it can be concluded that the issue is caused by the new Flutter version.
Steps to Reproduce:
Use the "Extract to ARB" function in the VS Code extension with Flutter version 3.24.0.
Observe that the extracted string is saved in the dictionaries but the getter is not generated.
The "Extract to ARB" function of the Visual Studio Code extension is not functioning correctly with the recent Flutter version 3.24.0. Although the extracted string is saved in the dictionaries, the getter for the string is not generated.
To verify that the issue is related to the version, I switched to the previous version of Flutter, and everything worked correctly. Therefore, it can be concluded that the issue is caused by the new Flutter version.
Steps to Reproduce:
Use the "Extract to ARB" function in the VS Code extension with Flutter version 3.24.0.
Observe that the extracted string is saved in the dictionaries but the getter is not generated.