Skip to content

Instantly share code, notes, and snippets.

@buncis
Last active March 19, 2019 09:16
Show Gist options
  • Save buncis/f71a6536126e039fdef8b55df61be0f9 to your computer and use it in GitHub Desktop.
Save buncis/f71a6536126e039fdef8b55df61be0f9 to your computer and use it in GitHub Desktop.
way to send state to parent flutter
https://www.youtube.com/watch?v=RS36gBEp8OI&feature=youtu.be
make the state and amethod that change it in parent
->
send the method that manipulate state to children
->
children then call the method
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment