flutter / flutter/devtools

[Property Editor] Make it clear if a value is expression, or if it's null because it's optional

Abierto
#8,954 1 comentario 0 reacciones 0 asignados Ver en GitHub
P3 property editor
Lenguaje dominante
Dart
Estrellas
1.7k
Forks
404
Merge medio
6 d 17 h
PR fusionados (30 d)
18

Descripción

Currently, we don't display expressions differently than literal values. So a user might see a string input with `title` and not know if `title` is the variable name or the literal string.

Similarly, an input might say `null`, but that could mean the default value is `null` or that its optional and there is no value.

It would be nice to figure out how to distinguish between these cases in the UI.

Guía de contribución

Abrir la guía de contribución

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.