mirror of
https://github.com/kuhyx/todo-app.git
synced 2026-07-04 13:23:15 +02:00
Rework guided-mode layout so the text field fills the full available screen height. The previous approach nested _buildStepPage (a Column with its own Expanded) inside NoteEditor's outer Expanded — a nested-Column/Expanded chain that collapses silently in release builds. Fix: return _buildStepPage directly from build() when in guided mode, making the TextField a first-level Expanded child of the same Column as _buildRaw uses. This is the same depth at which expands:true works. Also hide the Save FAB (_chromeVisible gate in CaptureScreen) while guided mode is active so it cannot overlap the Next/Done button. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_017Cb7oE5Xsc8zSBHHtT6qwa |
||
|---|---|---|
| .. | ||
| data | ||
| sync | ||
| ui | ||
| main.dart | ||