terminice 0.0.2
terminice: ^0.0.2 copied to clipboard
Production-ready prompt toolkit built on terminice_core.
0.0.2 #
Added the full prompt catalog (text, password, confirm, multiline editor, slider, range, rating):
- Text prompt — Fast single-line input with immediate validation feedback.
- Password prompt — Secure masked entry with optional confirmation before submission.
- Confirm prompt — Streamlined yes/no flow that highlights the default action.
- Multiline editor — Scrollable, multi-row composer with diff-friendly output.
- Slider prompt — Keyboard-driven selector for smooth movement through numeric ranges.
- Range prompt — Paired handles for picking inclusive min/max values within bounds.
- Rating prompt — Symbol-based scoring that surfaces descriptive labels alongside stars.
0.0.1 #
- Initial listing on pub.dev