Examples/Window size

Window size

Displays the terminal's width and height and updates live on resize via WindowSizeMsg — the basis for any responsive, full-screen layout.

window size · dart_tui
Window size demo

Run it

bash
dart run example/window_size.dart

Related