Skip to content

Instantly share code, notes, and snippets.

@ttlg
Created September 5, 2020 06:36
Show Gist options
  • Save ttlg/5594280550e160347c44e01e4af0a84e to your computer and use it in GitHub Desktop.
Save ttlg/5594280550e160347c44e01e4af0a84e to your computer and use it in GitHub Desktop.
todo view useEffect
useEffect(() {
context.read(todosViewController).initState();
return context.read(todosViewController).dispose;
}, []);
@ttlg
Copy link
Author

ttlg commented Sep 5, 2020

Pragmatic architecture using Riverpod

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment