Created
September 5, 2020 06:32
-
-
Save ttlg/51f1012a523c654b27265a8b6b24a584 to your computer and use it in GitHub Desktop.
sort order
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
enum SortOrder { | |
ASC, | |
DESC, | |
} | |
final _sortOrder = StateProvider.autoDispose((ref) => SortOrder.ASC); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Pragmatic architecture using Riverpod