You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using rikulo_commons-4.0.1 on Dart 2.8 will cause the following error.
/AppData/Roaming/Pub/Cache/hosted/pub.dartlang.org/rikulo_commons-4.0.1/lib/src/io/http_wrapper.dart:382:8: Error: The method 'HttpHeadersWrapper.set' has fewer named arguments than those of overridden method 'HttpHeaders.set'.
void set(String name, Object value) {
Because of the http.dart, the HttpHeaders.add and the HttpHeaders.set, have three parameters in Dart 2.8 version as follows.
Using
rikulo_commons-4.0.1
on Dart 2.8 will cause the following error.Because of the http.dart, the
HttpHeaders.add
and theHttpHeaders.set
, have three parameters in Dart 2.8 version as follows.The issue refers to rikulo/socket.io-client-dart#69
The text was updated successfully, but these errors were encountered: