devtools
devtools copied to clipboard
Stop passing State objects between widgets in the LayoutExplorer
The layout explorer uses an anti-pattern where State objects are passed between widgets for convenience. These uses should be cleaned up passing around Controllers, callbacks, or using InheritedWidget instead.