mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
This version of Dart supports dot shorthands. Follow-up to: https://github.com/flutter/flutter/issues/180607 See also: * https://flutter.dev/go/flutter-style-updates * https://github.com/flutter/flutter/pull/181934
34 lines
446 B
YAML
34 lines
446 B
YAML
name: dev_tools
|
|
description: Various repository development tools for flutter.
|
|
|
|
environment:
|
|
sdk: ^3.10.0-0
|
|
|
|
resolution: workspace
|
|
|
|
dependencies:
|
|
archive: any
|
|
args: any
|
|
http: any
|
|
intl: any
|
|
meta: any
|
|
path: any
|
|
process: any
|
|
process_runner: any
|
|
pub_semver: any
|
|
yaml: any
|
|
|
|
collection: any
|
|
file: any
|
|
platform: any
|
|
yaml_edit: any
|
|
|
|
dev_dependencies:
|
|
test: any
|
|
test_api: any
|
|
|
|
|
|
matcher: any
|
|
|
|
# PUBSPEC CHECKSUM: k73ud7
|