informatique:flutter:debug
Différences
Ci-dessous, les différences entre deux révisions de la page.
| Les deux révisions précédentesRévision précédenteProchaine révision | Révision précédente | ||
| informatique:flutter:debug [09/07/2025 14:05] – cyrille | informatique:flutter:debug [09/07/2025 18:28] (Version actuelle) – cyrille | ||
|---|---|---|---|
| Ligne 1: | Ligne 1: | ||
| ====== Flutter / debug ====== | ====== Flutter / debug ====== | ||
| - | Le rendu | + | * Dart & Flutter support for Visual Studio Code [[https:// |
| + | |||
| + | ===== Attraper un maximum d' | ||
| + | |||
| + | {{ : | ||
| + | |||
| + | ===== Le rendu plante sans rien dans la debug console ===== | ||
| Le rendu ne va pas, il plante sans rien "// | Le rendu ne va pas, il plante sans rien "// | ||
| On observe dans la partie "call stack" **(2)** le message en rouge " | On observe dans la partie "call stack" **(2)** le message en rouge " | ||
| Ligne 8: | Ligne 15: | ||
| {{: | {{: | ||
| {{: | {{: | ||
| + | |||
| + | Par exemple un '' | ||
| + | |||
| + | < | ||
| + | ════════ Exception caught by rendering library ═════════════════════════════════ | ||
| + | The following assertion was thrown during performResize(): | ||
| + | Vertical viewport was given unbounded height. | ||
| + | Viewports expand in the scrolling direction to fill their container. In this case, a vertical viewport was given an unlimited amount of vertical space in which to expand. This situation typically happens when a scrollable widget is nested inside another scrollable widget. | ||
| + | If this widget is always nested in a scrollable widget there is no need to use a viewport because there will always be enough vertical space for the children. In this case, consider using a Column or Wrap instead. Otherwise, consider using a CustomScrollView to concatenate arbitrary slivers into a single scrollable. | ||
| + | |||
| + | The relevant error-causing widget was: | ||
| + | ListView ListView: | ||
| + | |||
| + | ... | ||
| + | |||
| + | ════════ Exception caught by rendering library ═════════════════════════════════ | ||
| + | RenderBox was not laid out: RenderViewport# | ||
| + | ' | ||
| + | Failed assertion: line 2251 pos 12: ' | ||
| + | The relevant error-causing widget was: | ||
| + | ListView ListView: | ||
| + | ════════════════════════════════════════════════════════════════════════════════ | ||
| + | </ | ||
informatique/flutter/debug.1752062704.txt.gz · Dernière modification : de cyrille
