Skip to content

Commit

Permalink
🔖 v1.0.4 Launch
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
TheAlphamerc committed Apr 4, 2020
1 parent aff6527 commit a3df4f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/state/searchState.dart
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import 'appState.dart';

class SearchState extends AppState {
bool isBusy = false;
SortUser sortBy = SortUser.ByNewest;
SortUser sortBy = SortUser.ByMaxFollower;
List<User> _userFilterlist;
List<User> _userlist;

Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ description: A new Flutter project.
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
# Read more about iOS versioning at
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
version: 1.0.3+5
version: 1.0.4+6

environment:
sdk: ">=2.1.0 <3.0.0"
Expand Down

0 comments on commit a3df4f6

Please sign in to comment.