noir 0.0.2 copy "noir: ^0.0.2" to clipboard
noir: ^0.0.2 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
160
points
379
downloads

Documentation

Documentation
API reference

Publisher

unverified uploader

Weekly Downloads

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

Homepage
Repository (GitHub)
View/report issues
Contributing

Topics

#tui #terminal #cli #widget #ffi

License

BSD-3-Clause (license)

Dependencies

characters, code_assets, crypto, ffi, hooks, markdown, meta, vm_service

More

Packages that depend on noir