kerego / tmdb_dart

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

'(String) => dynamic' is not a subtype of type '(String) => String' #4

Closed lucasdidur closed 5 years ago

lucasdidur commented 5 years ago

To fix this, the methods of AssetResolver need to return the String type not a dynamic.

Then will fix ImageCollection conversion