Thanks for your great YT lib 👍
and for the great documentation 🥇
I had an issues with building for the web:
../../yt/lib/src/provider/data/videos.dart:3:1:
Error: 'HttpResponse' is imported from both 'package:retrofit/dio.dart' and
'package:universal_io/src/http/http.dart'.
import 'package:universal_io/io.dart';
^^^^^^^^^^^^
../../yt/lib/src/provider/data/videos.g.dart:126:26:
Error: 'HttpResponse' is imported from both 'package:retrofit/dio.dart' and
'package:universal_io/src/http/http.dart'.
final httpResponse = HttpResponse(value, _result);
^^^^^^^^^^^^
Error: Compilation failed.
Thanks for your great YT lib 👍 and for the great documentation 🥇
I had an issues with building for the web:
../../yt/lib/src/provider/data/videos.dart:3:1: Error: 'HttpResponse' is imported from both 'package:retrofit/dio.dart' and 'package:universal_io/src/http/http.dart'. import 'package:universal_io/io.dart'; ^^^^^^^^^^^^ ../../yt/lib/src/provider/data/videos.g.dart:126:26: Error: 'HttpResponse' is imported from both 'package:retrofit/dio.dart' and 'package:universal_io/src/http/http.dart'. final httpResponse = HttpResponse(value, _result); ^^^^^^^^^^^^ Error: Compilation failed.
I fixed this in my PR.