opentui_flutter 0.2.0 copy "opentui_flutter: ^0.2.0" to clipboard
opentui_flutter: ^0.2.0 copied to clipboard

Compatibility shim that re-exports package:flutter_opentui.

opentui_flutter #

opentui_flutter is a compatibility shim.

It re-exports package:flutter_opentui/flutter_opentui.dart so existing apps can migrate without immediate import breaks.

New Apps #

Use flutter_opentui directly:

flutter pub add flutter_opentui
import 'package:flutter_opentui/flutter_opentui.dart';

Existing Apps #

You can keep:

import 'package:opentui_flutter/opentui_flutter.dart';

but new development should target flutter_opentui.

API Surface #

This shim re-exports the full flutter_opentui API, including:

  • OpenTuiView, OpenTuiController, FlutterInputSource, FlutterOutputSink
  • Core opentui nodes/components (TuiTabSelect, TuiAsciiFont, TuiFrameBufferNode, etc.)
  • New Flutter input helpers (sendSpecialKey, sendCharacter, sendPaste) and key metadata dispatch support
0
likes
140
points
11
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Compatibility shim that re-exports package:flutter_opentui.

Repository (GitHub)
View/report issues

Topics

#flutter #tui #terminal

License

MIT (license)

Dependencies

flutter, flutter_opentui

More

Packages that depend on opentui_flutter