draw-dev / DRAW

DRAW: The Dart Reddit API Wrapper
BSD 3-Clause "New" or "Revised" License
87 stars 24 forks source link

Get other information such as icon_img #217

Closed 1t3x closed 3 years ago

1t3x commented 3 years ago

Hello, I have a question about the usage of this api wrapper I don't get how I am suppose to get such information like the icon_img. I can see it showing up in debugger but I cannot call it like with the username currentUser.displayName;. Can someone please explain how I cloud get the icon_img from user.me()?

Thank you

1t3x commented 3 years ago

I found my answer, I have to type this currentUser.data!['icon_img'] to get the link for the icon_img