blob: 3cc2b216686cb67e8c3337820e94dde54157ce89 [file] [log] [blame]
name: logging
version: 1.0.0-nullsafety-dev
description: >-
Provides APIs for debugging and error logging. This library introduces
abstractions similar to those used in other languages, such as the Closure
JS Logger and java.util.logging.Logger.
homepage: https://github.com/dart-lang/logging
# This package requires the unreleased null safety feature, and cannot be
# published until that ships.
publish_to: none
environment:
sdk: '>=2.10.0-0.0 <2.11.0'
dev_dependencies:
pedantic: ^1.10.0-nullsafety
test: ^1.16.0-nullsafety
dependency_overrides:
# These are required to get a version solve since they depend on this package
coverage: ^0.13.3
webkit_inspection_protocol: ^0.5.0