Open
Description
Description
I am having trouble getting checking the licenses in an app directory. The program seems to terminate in a FileSystemException.
Steps To Reproduce
- Navigate to documents directory
cd Documents
- Create a new directory inside documents
mkdir vscode\tests
- Navigate to new directory
cd vscode\tests
- Create new app using very_good ventures CLI
very_good create flutter_app test_app --desc "My testing Flutter app"
- Navigate to app directory
cd test_app
- Attempt to check the app licenses
very_good packages check licenses
Expected Behavior
I expected a straightforward license checking verification.
Additional Context
Version
very_good --version
0.25.0
Flutter Doctor
flutter doctor
Doctor summary (to see all details, run flutter doctor -v):
[√] Flutter (Channel stable, 3.27.1, on Microsoft Windows [Version 10.0.26100.2605], locale en-US)
[√] Windows Version (Installed version of Windows is version 10 or higher)
[√] Android toolchain - develop for Android devices (Android SDK version 34.0.0)
[√] Chrome - develop for the web
[√] Visual Studio - develop Windows apps (Visual Studio Community 2022 17.9.7)
[√] Android Studio (version 2024.2)
[√] VS Code (version 1.96.2)
[√] Connected device (2 available)
[√] Network resources
• No issues found!
Logs For: very_good packages check licenses
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Needs Triage