faithoflifedev / yt

Multiple YouTube APIs in one Dart library
MIT License
10 stars 3 forks source link

Bugfix Flutter build web #2

Closed udiedrichsen closed 2 years ago

udiedrichsen commented 2 years ago

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.

faithoflifedev commented 2 years ago

@udiedrichsen, I've published v1.2.2 with your changes merged.