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:…