Stop passing State objects between widgets in the LayoutExplorer
Abierto
cleanup
layout explorer
P3
tech debt
- Lenguaje dominante
- Dart
- Estrellas
- 1.7k
- Forks
- 404
- Merge medio
- 6 d 17 h
- PR fusionados (30 d)
- 18
Descripción
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.
Guía de contribución
Evaluación
Este issue todavía no se ha evaluado.