forked from jonjomckay/fritter
-
Notifications
You must be signed in to change notification settings - Fork 24
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Describe the problem
Hi,
With current version, if you search tweets, you are limited to 25 tweets and cannot display more when you scroll down to the last one.
Describe the solution
If the "infinite scroll" is too hard to implement, I think an easy fix could le to use the parameter in searchTweets in lib/client/client.dart
static Future<TweetStatus> searchTweets(String query, bool includeReplies, {int limit = 25, String? cursor, String? cursorType, bool leanerFeeds = false, RateFetchContext? fetchContext}) async
^We could for example add an option to chose the number of tweets to get, which would default to 25.
What do you think?
Cheers
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request