diff --git a/lib/state/searchState.dart b/lib/state/searchState.dart index 03a9e8a0..02a38883 100644 --- a/lib/state/searchState.dart +++ b/lib/state/searchState.dart @@ -6,7 +6,7 @@ import 'appState.dart'; class SearchState extends AppState { bool isBusy = false; - SortUser sortBy = SortUser.ByNewest; + SortUser sortBy = SortUser.ByMaxFollower; List _userFilterlist; List _userlist; diff --git a/pubspec.yaml b/pubspec.yaml index fbf83e39..da502942 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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"