rich_stdout 1.0.8

SDKdartflutter
Platformandroidioswindowslinuxmacos

A library that provides functions for modifying the console output in Dart. It currently supports colouring, bolding, italicising, and underlining text. It also supports hiding and showing the cursor, and moving the cursor to an arbitrary position on the screen.

Sample Dart Command-Line Application

This project is a simple Dart command-line application structured as follows:

  • Entry Point: The main application entry is located in the bin/ directory.
  • Library Code: Core functionality and reusable code reside in the lib/ directory.
  • Unit Tests: Example unit tests are available in the test/ directory to ensure code quality and reliability.

Getting Started

  1. Install Dart: Ensure you have the Dart SDK installed on your system. You can download it from dart.dev.

  2. Clone the Repository:

    git clone <repository-url>
    cd <repository-name>
    
  3. Run the Application:

    dart run bin/<entry-file>.dart
    
  4. Run Tests:

    dart test
    

Contributing

Contributions are welcome! Please open issues and submit pull requests for any improvements or bug fixes.

License

This project is licensed under the MIT License - see the LICENSE file for details.