ubunutu_terminal 0.0.1
ubunutu_terminal: ^0.0.1 copied to clipboard
A Ubuntu terminal-like UI for Flutter
0.0.1 #
Changelog #
All notable changes to the ubunutu_terminal package will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.1.0 - 2025-01-15 #
Added #
- Initial release of the Ubuntu-style terminal emulator
- Basic terminal interface with command input and output
- Command history display
- Custom terminal prompt support
- User-defined commands and responses
- Ubuntu-inspired theme with purple background
- Window action buttons (minimize, maximize, close)
- Responsive layout with adjustable width and height
- Auto-focus on terminal input
- Clear command functionality
- Basic error handling for unknown commands
Technical Features #
- Stateful widget implementation for terminal state management
- Focus management system
- Command execution system
- Scrollable terminal output
- Custom styling for prompt and command text
Dependencies #
- Flutter SDK >=3.0.0 <4.0.0
- Material Design components
[Unreleased] #
Planned Features #
- Command history navigation (up/down arrows)
- Copy/paste support
- Text selection
- Keyboard shortcuts
- Buffer size configuration
- Rich text output support