Open BhautikVaghasiya opened 2 years ago
Did anyone find the fix to that?
I suppose it was caused by json_ast
package which firexcode
depends on.
https://github.com/javiercbk/json_ast/pull/1
still cannot run pub get, brand new install of everything, so the software is unusable without a solution here. Cannot open file, path = 'C:\src\flutter.pub-cache_temp\dir6530a7c5\test\fixtures\invalid\nstructure<.>.json' (OS Error: The filename, directory name, or volume label syntax is incorrect. , errno = 123) pub get failed (66; , errno = 123))
I have same problem tried to cache clear and flutter clean and turning on windows developer setting,deleted and .pub folder and reinstalled but still have problem
E:\flutter\bin\flutter.bat --no-color pub get
Running "flutter pub get" in photoedit_repo...
Cannot open file, path = 'E:\flutter\.pub-cache\_temp\dir6aad5034\test\fixtures\invalid\n_structure_<.>.json' (OS Error: The filename, directory name, or volume label syntax is incorrect.
, errno = 123)
pub get failed (66; , errno = 123))
Process finished with exit code 66
pubspec.yaml
dependencies:
flutter:
sdk: flutter
cupertino_icons:
image_editor_pro:
firexcode:
image_picker:
dev_dependencies:
flutter_test:
sdk: flutter
Flutter Doctor
Doctor summary (to see all details, run flutter doctor -v):
[✓] Flutter (Channel stable, 2.10.0, on Microsoft Windows [Version 10.0.19044.1620], locale en-US)
[✓] Android toolchain - develop for Android devices (Android SDK version 32.0.0)
[✓] Chrome - develop for the web
[!] Visual Studio - develop for Windows (Visual Studio Build Tools 2017 15.9.44)
✗ Visual Studio 2019 or later is required.
Download at https://visualstudio.microsoft.com/downloads/.
Please install the "Desktop development with C++" workload, including all of its default
components
[✓] Android Studio (version 2021.1)
[✓] VS Code (version 1.66.2)
[✓] Connected device (3 available)
[✓] HTTP Host Availability
! Doctor found issues in 1 category.
i have similar issue