18 lines
396 B
YAML
18 lines
396 B
YAML
|
|
name: path
|
||
|
|
version: 1.9.1
|
||
|
|
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.
|
||
|
|
repository: https://github.com/dart-lang/core/tree/main/pkgs/path
|
||
|
|
|
||
|
|
topics:
|
||
|
|
- file-system
|
||
|
|
|
||
|
|
environment:
|
||
|
|
sdk: ^3.4.0
|
||
|
|
|
||
|
|
dev_dependencies:
|
||
|
|
dart_flutter_team_lints: ^3.0.0
|
||
|
|
test: ^1.16.6
|