Skip to content

Commit a3df4f6

Browse files
committed
🔖 v1.0.4 Launch
1. ✨ User sort feature added on user search page. 2. ✨ Added pull to refresh on search page. 3. ✨ Newest Tweet will show first in Tweet list. 4. ✨ Newest comment tweet will show first in comment Tweet list.
1 parent aff6527 commit a3df4f6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/state/searchState.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import 'appState.dart';
66

77
class SearchState extends AppState {
88
bool isBusy = false;
9-
SortUser sortBy = SortUser.ByNewest;
9+
SortUser sortBy = SortUser.ByMaxFollower;
1010
List<User> _userFilterlist;
1111
List<User> _userlist;
1212

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ description: A new Flutter project.
1111
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
1212
# Read more about iOS versioning at
1313
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
14-
version: 1.0.3+5
14+
version: 1.0.4+6
1515

1616
environment:
1717
sdk: ">=2.1.0 <3.0.0"

0 commit comments

Comments
 (0)