DRAW
DRAW copied to clipboard
DRAW: The Dart Reddit API Wrapper
Fixes issues with encoded URIs and gives way more data with each call. Notably the issue with icon images containing '&', making it hard to open images in browser/load them.
Got the following exception message while accessing _variants_ property of a _Submission_ object from my SubmissionPost class: ``` The following _TypeError was thrown building SubmissionPost(dirty): type 'Null' is not a...
The `Comment` api is currently almost unusable. I thought it was a error on my side but both the `toList()` function and `replaceMore()` function aren't working as intended. The `replaceMore()`...
Seriously reddit's api is annoying me to the point i just am on the verge of quitting. Is there a good way to get only `Comment` List instead of getting...
`Comment` only contained a `author` field which provided display name, this will provide the entire RedditorRef.
This needs to be fixed and additional tests need to be written for comment related functionality.
Could you please put a way to set the onCredentialsRefreshed in the AuthorizationCodeGrant so a top level notification is sent that the refresh token has been refreshed. I need this...
Error: type 'String' is not a subtype of type 'int' of 'index' Message.replies (package:draw/src/models/message.dart:53:37) This occurs when there is a message with no replies. I believe the issue is that...