You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"depth(3)" is marked as error with following message:
The method 'depth' isn't defined for the type 'FilterableQuery'.
Try correcting the name to the name of an existing method, or defining a method named 'depth'. dart(undefined_method)
reddit version: 0.6.0
[✓]Flutter (Channel stable, v1.17.1, on Mac OS X 10.15.4 19E266, locale de-DE)
[✓] Xcode - develop for iOS and macOS (Xcode 11.5)
The text was updated successfully, but these errors were encountered:
I try to fetch comments for a post with the provided example code:
reddit.sub("dartlang").comments("2ek93l").depth(3).fetch().then(print);
"depth(3)" is marked as error with following message:
reddit version: 0.6.0
[✓]Flutter (Channel stable, v1.17.1, on Mac OS X 10.15.4 19E266, locale de-DE)
[✓] Xcode - develop for iOS and macOS (Xcode 11.5)
The text was updated successfully, but these errors were encountered: