Created
September 5, 2020 06:33
-
-
Save ttlg/ce4635d2798deb45ed24964abc0f4750 to your computer and use it in GitHub Desktop.
todo
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
final _todos = StateProvider.autoDispose<List<Todo>>((ref) => null); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Pragmatic architecture using Riverpod