How to Update the State Of a Widget From Another Widget In Flutter

Let’s setup state management in Flutter’s bottom sheet

Matt Croak Code
Better Programming
Published in
4 min readOct 20, 2021

--

Photo by Joy Real on Unsplash

I was working on a Flutter to do application when I realized that I wanted to move my NewToDo widget into a showModalBottomSheet. Here is a gif of the current UI.

--

--