-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
28 lines (24 loc) · 837 Bytes
/
pubspec.yaml
File metadata and controls
28 lines (24 loc) · 837 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
name: pretty_print
description: A powerful Dart library for terminal text styling with ANSI escape codes. Features 75+ extension methods and logging utilities.
version: 2.1.0
homepage: https://github.com/mohamedmaher-dev/pretty_print
repository: https://github.com/mohamedmaher-dev/pretty_print
issue_tracker: https://github.com/mohamedmaher-dev/pretty_print/issues
topics:
- terminal
- console
- logging
- ansi
- print
screenshots:
- description: "Basic text styling with colors and effects"
path: assets/basic_styling.png
- description: "Advanced formatting and layout options"
path: assets/advanced_formatting.png
- description: "Professional CLI output with headers and status messages"
path: assets/professional_output.png
environment:
sdk: ^3.9.2
dev_dependencies:
lints: ^6.0.0
test: ^1.25.6