name: path | |
version: 1.8.0-nullsafety.2 | |
description: >- | |
A string-based path manipulation library. All of the path operations you know | |
and love, with solid support for Windows, POSIX (Linux and Mac OS X), and the | |
web. | |
homepage: https://github.com/dart-lang/path | |
environment: | |
# This must remain a tight constraint until nnbd is stable | |
sdk: '>=2.10.0-0 <2.12.0' | |
dev_dependencies: | |
pedantic: ^1.10.0-nullsafety | |
test: ^1.16.0-nullsafety.4 |