-
-
Notifications
You must be signed in to change notification settings - Fork 120
New issue
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
[Compiling Error] The compiler feature "cxx_std_23" is not known to CXX compiler #191
Comments
Hi,
What‘s your CMake version? see |
I have the same issue and my Visual Studio is the latest 2019.
So, the package's minimum requirement has been changed to Visual Studio 2022. |
I have the same issue and my Visual Studio is the latest 2019 Flutter version
cmake --version
|
Downgrade to 0.2.1 work to me, tanks! |
See #208 (comment) |
Brand new project, added the package and sample.
This is the output when I try flutter run
This package used to work before 0.2.2
The Readme says that a new sdk for windows 11 is required, I downloaded the SDK installer from here https://developer.microsoft.com/en-us/windows/downloads/sdk-archive/ and installed in my machine successfully. I rebooted, did a flutter clean and pub get, tried flutter run again, same error.
This is my output for flutter doctor
If I rollback to fixed version "0.2.1" it works again.
Any help? Thanks!
The text was updated successfully, but these errors were encountered: