kerego / tmdb_dart

The Movie DB API Client for Dart
MIT License
10 stars 7 forks source link

Update http dependency to ^0.12.0+2 #2

Closed lucasdidur closed 5 years ago

lucasdidur commented 5 years ago

http packages need to be updated, otherwise will have some errors like this:

[WARNING]build_web_compilers:entrypoint on web/main.dart: Skipping compiling web|web/main.dart with ddc because some of its
transitive libraries have sdk dependencies that not supported on this platform:

http|lib/src/io_client.dart
http|lib/src/multipart_file.dart

https://github.com/dart-lang/build/blob/master/docs/faq.md#how-can-i-resolve-skipped-compiling-warnings
kerego commented 5 years ago

The http package was updated in update 0.0.5 I will close the issue, but feel free to reopen if issue persists