Examples/Prevent quit

Prevent quit

Intercepts the quit key and asks the user to confirm before exiting — the pattern for guarding against accidental exits with unsaved work.

prevent quit · dart_tui
Prevent quit demo

Run it

bash
dart run example/prevent_quit.dart

Related