terminice_core 0.0.4
terminice_core: ^0.0.4 copied to clipboard
Core functionality for Terminice.
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_coreREADME.
0.0.2 #
- Added the complete
lib/src/iomodule (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.