blob: 9a6a7ad20f87a4858577a79a8ef5274ebccbc199 [file] [log] [blame]
name: dart_style
# Note: See tool/grind.dart for how to bump the version.
version: 2.3.7-wip
description: >-
Opinionated, automatic Dart source code formatter.
Provides an API and a CLI tool.
repository: https://github.com/dart-lang/dart_style
environment:
sdk: "^3.0.0"
dependencies:
analyzer: '^6.3.0'
args: ">=1.0.0 <3.0.0"
collection: "^1.17.0"
path: ^1.0.0
pub_semver: ">=1.4.4 <3.0.0"
source_span: ^1.4.0
dev_dependencies:
dart_flutter_team_lints: ^2.0.0
grinder: ^0.9.0-nullsafety.0
test: ^1.24.6
test_descriptor: ^2.0.0
test_process: ^2.0.0
yaml: ">=2.0.0 <4.0.0"
executables:
dartfmt: format
dartformat: format # Allow the old name for compatibility.