terminice_core 0.0.5 copy "terminice_core: ^0.0.5" to clipboard
terminice_core: ^0.0.5 copied to clipboard

Core functionality for Terminice.

0.0.5 #

  • Added the full rendering toolkit (FrameView, FrameContext, FrameRenderer, FramedLayout, LineBuilder, TableRenderer, InlineStyle, HintFormat, syntax helpers) to the public API surface so prompts can share consistent terminal scaffolding.
  • Wrote production-grade DartDoc, diagrams, and inline examples for every renderer to ensure the new APIs render cleanly on pub.dev and meet documentation guidelines.
  • Documented how the rendering pieces integrate with PromptRunner and KeyBindings, including connector lines, table helpers, and hint grids, so downstream packages know when to pick each component.

0.0.4 #

  • Added style primitives (PromptTheme, PromptStyle, BadgeTone, Themeable) so that prompts and downstream widgets can share consistent visuals.
  • Documented the new styling features with production-grade DartDoc for pub.dev.
  • Ensured style exports remain available through terminice_core.dart.

0.0.3 #

  • Added navigation components (FocusNavigator, ListNavigator, GridNavigator, SelectionController) to the public API surface.
  • Polished their DartDoc and improved in-tree examples for clear rendering on pub.dev.
  • Documented the navigation toolkit in the terminice_core README.

0.0.2 #

  • Added the complete lib/src/io module (key events, bindings, terminal helpers).
  • Documented and exposed the IO utilities for downstream packages.
  • Maintained new APIs through terminice_core.dart.
  • Specified supported platforms in pubspec.yaml.

0.0.1 #

  • Initial listing on pub.dev.