platform-common-utilities/packages/pretty_logging/pubspec.yaml
thomashii@dukefirehawk.com ab7c3dc952 Updated to support Dart 3
2023-05-16 00:04:04 +08:00

12 lines
360 B
YAML

name: belatuk_pretty_logging
version: 6.0.0
description: Standalone helper for colorful logging output, using pkg:io AnsiCode.
homepage: https://github.com/dart-backend/belatuk-common-utilities/tree/main/packages/pretty_logging
environment:
sdk: '>=3.0.0 <4.0.0'
dependencies:
io: ^1.0.0
logging: ^1.0.1
dev_dependencies:
test: ^1.24.0
lints: ^2.0.0