informatique:flutter:debug
Différences
Ci-dessous, les différences entre deux révisions de la page.
| Prochaine révision | Révision précédente | ||
| informatique:flutter:debug [09/07/2025 14:03] – créée cyrille | informatique:flutter:debug [09/07/2025 18:28] (Version actuelle) – cyrille | ||
|---|---|---|---|
| Ligne 1: | Ligne 1: | ||
| ====== Flutter / debug ====== | ====== Flutter / debug ====== | ||
| - | Le rendu ne va pas, il plante sans rien "// | + | * Dart & Flutter support for Visual Studio Code [[https:// |
| - | On observe dans la partie "call stack" (2) le message en rouge " | + | |
| + | ===== Attraper un maximum d' | ||
| + | |||
| + | {{ : | ||
| + | |||
| + | ===== Le rendu plante sans rien dans la debug console ===== | ||
| + | |||
| + | Le rendu ne va pas, il plante sans rien "// | ||
| + | On observe dans la partie "call stack" | ||
| {{: | {{: | ||
| {{: | {{: | ||
| {{: | {{: | ||
| + | |||
| + | 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.1752062624.txt.gz · Dernière modification : de cyrille
