Stop passing State objects between widgets in the LayoutExplorer
Open
cleanup
layout explorer
P3
tech debt
- Dominant language
- Dart
- Stars
- 1.7k
- Forks
- 404
- Avg merge
- 6d 17h
- Merged PRs (30d)
- 18
Description
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.
Contributor guide
Assessment
This issue has not been assessed yet.