noir 0.0.1-alpha.1 copy "noir: ^0.0.1-alpha.1" to clipboard
noir: ^0.0.1-alpha.1 copied to clipboard

A Flutter-like reactive terminal UI framework for Dart, powered by OpenTUI.

example/main.dart

/// Canonical Noir example — a minimal Flutter-like terminal app.
///
/// pub.dev surfaces this file on the package's Example tab. It reuses the
/// [HelloApp] widget from `hello.dart`; browse the other files in this
/// directory (and `example/README.md`) for focused demos of state, layout,
/// focus, scrolling, animation, and input.
///
/// Run from the package root:
///   dart run example/main.dart
library;

import 'package:noir/noir.dart';

import 'hello.dart';

void main() => runTuiApp(const HelloApp());
11
likes
0
points
379
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter-like reactive terminal UI framework for Dart, powered by OpenTUI.

Repository (GitHub)
View/report issues

Topics

#tui #terminal #cli #widget #ffi

License

unknown (license)

Dependencies

characters, code_assets, crypto, ffi, hooks, meta

More

Packages that depend on noir