dart-reddit
dart-reddit copied to clipboard
fetch fails when using random() as filter.
fetch fails because reddit api returns list instead of a Map
reddit.sub("wallpaper").random().fetch().then((result) { print(result); });
I'm no longer maintaining this package. So feel free to make a PR and I will review it :) Thanks