We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Windows
Cannot work without the Nuget program in the system.
Download nuget when it doesn't exist, just like permission_handler_windows does.
flutter_inappwebview/flutter_inappwebview_windows/windows/CMakeLists.txt
Lines 25 to 28 in fa1ee68
FetchContent_Declare(nuget URL "https://dist.nuget.org/win-x86-commandline/v6.0.0/nuget.exe" URL_HASH SHA256=04eb6c4fe4213907e2773e1be1bbbd730e9a655a3c9c58387ce8d4a714a5b9e1 DOWNLOAD_NO_EXTRACT true ) find_program(NUGET nuget) if (NOT NUGET) message("Nuget.exe not found, trying to download or use cached version.") FetchContent_MakeAvailable(nuget) set(NUGET ${nuget_SOURCE_DIR}/nuget.exe) endif()
https://github.com/Baseflow/flutter-permission-handler/blob/a0ded20761c5a6926d8ef399c78e5ab14dfe12f9/permission_handler_windows/windows/CMakeLists.txt#L11-L22
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Is there an existing feature request for this?
Operating System
Windows
Pain
Cannot work without the Nuget program in the system.
Suggested solution
Download nuget when it doesn't exist, just like permission_handler_windows does.
flutter_inappwebview/flutter_inappwebview_windows/windows/CMakeLists.txt
Lines 25 to 28 in fa1ee68
Useful resources
https://github.com/Baseflow/flutter-permission-handler/blob/a0ded20761c5a6926d8ef399c78e5ab14dfe12f9/permission_handler_windows/windows/CMakeLists.txt#L11-L22
Additional information
No response
Self grab
The text was updated successfully, but these errors were encountered: