Showcase gallery
A single program that puts the whole library through its paces — styling, borders, gradients, components and animation together. It's the demo at the top of the README and the fastest way to feel what dart_tui can render.
Install the package
Every component ships in the single dart_tui package.
$dart pub add dart_tui

# JIT (source)
dart run example/showcase.dart
# Or the pre-built kernel snapshot (~2× faster startup)
make kernel EXAMPLE=showcase && dart run tool/bin/showcase.dillSee also example/all_features.dart for a component-integration demo, and the Examples guide for the full catalogue of 60+ runnable programs.