Examples/Real-time updates

Real-time updates

Kicks off background async work from init() and streams results back into the model as messages — the idiomatic way to integrate timers, sockets or any producer without blocking the event loop.

real-time updates · dart_tui
Real-time updates demo

Run it

bash
dart run example/realtime.dart

Related