imgur.dart
imgur.dart copied to clipboard
A high-level Imgur API Client Library that uses Imgur's v3 API.
Is it possible to update the http version of the package to the most recent version? I am getting an error since I use a higher version for my current...
final client = imgur.Imgur(imgur.Authentication.fromToken(imgurToken)); /// Get your uploaded images final resp = await client.account.getImages(); this fails. with error Instance of Response.
Does it work on flutter web? Since firesbase_storage doesn't support flutter web, this lib could be very helpful if it supports web. Thank you.