skip to Main Content

Flutter Windows Build Fails: std::variant Error in encodable_value.h When Using firebase_auth

I'm trying to build a Flutter Windows application with the firebase_auth plugin, but the build fails consistently with the following error: C:UsersGabrielDownloadsProjectsmcpark-updatemcparkwindowsflutterephemeralcpp_client_wrapperincludeflutterencodable_value.h(199,60): error C2665: 'std::variant<std::monostate,bool,int32_t,int64_t,double,std::string,std::vector<uint8_t,std::allocator<uint8_t>>,std::vector<int32_t,std::allocator<int>>,std::vector<int64_t,std::allocator<int64_t>>,std::vector<double,std::allocator<double>>,flutter::EncodableList,flutter::EncodableMap,flutter::CustomEncodableValue,std::vector<float,std::allocator<float>>>::variant': no overloaded function could convert all the argument types Steps Taken So Far: Modified encodable_value.h:…

VIEW QUESTION

Gradle build fails in Flutter project

I'm working on a Flutter project and trying to run it on an Android emulator. However, I'm encountering an issue when I try to build the project using Gradle. The build fails with the following error: enter image description here…

VIEW QUESTION
Back To Top
Search