imgur.dart icon indicating copy to clipboard operation
imgur.dart copied to clipboard

A high-level Imgur API Client Library that uses Imgur's v3 API.

Results 3 imgur.dart issues
Sort by recently updated
recently updated
newest added

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...

enhancement

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.

bug

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.

enhancement