Stop passing State objects between widgets in the LayoutExplorer
Ouverte
cleanup
layout explorer
P3
tech debt
- Langage dominant
- Dart
- Étoiles
- 1.7k
- Forks
- 404
- Merge moyen
- 6 j 17 h
- PR mergées (30 j)
- 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.
Guide de contribution
Ouvrir le guide de contribution
Piste de recherche
Locate the LayoutExplorer widgets and trace where State objects are passed between them. Review those call paths before choosing the replacement approach named in the issue: Controllers, callbacks, or InheritedWidget. Done means the convenience-based State passing is removed throughout the LayoutExplorer.
Rédigé par le modèle d'indexation à partir du texte de l'issue.
Évaluation
- Stack technique
- dart
- Domaine
- devtools
- Type d'issue
- Refactorisation
- Difficulté
- 4/5
- Temps estimé
- 3-5 jours
- Activité
- À l'abandon
- Clarté
- À clarifier
- Accessibilité débutants
- 35/100