mirror of
https://github.com/flutter/packages.git
synced 2025-08-06 08:53:11 +08:00

Several dev dependencies, most notably mockito, were only allow as exactly pinned versions, in order to avoid out-of-band breakage due to deprecations in minor version updates. Now that the policy for Flutter repos has changed to not include deprecation warnings in analysis, this is no longer an issue, so we can relax these dependencies to follow the more normal pattern of using ranges.
35 lines
713 B
YAML
35 lines
713 B
YAML
name: flutter_plugin_tools
|
|
description: Productivity and CI utils for flutter/packages
|
|
repository: https://github.com/flutter/packages/tree/main/script/tool
|
|
version: 1.0.0
|
|
publish_to: none
|
|
|
|
dependencies:
|
|
args: ^2.1.0
|
|
async: ^2.6.1
|
|
collection: ^1.15.0
|
|
colorize: ^3.0.0
|
|
file: ^6.1.0
|
|
# Pin git to 2.0.x until dart >=2.18 is legacy
|
|
git: '>=2.0.0 <2.1.0'
|
|
http: '>=0.13.3 <2.0.0'
|
|
http_multi_server: ^3.0.1
|
|
meta: ^1.3.0
|
|
path: ^1.8.0
|
|
platform: ^3.0.0
|
|
pub_semver: ^2.0.0
|
|
pubspec_parse: ^1.0.0
|
|
quiver: ^3.0.1
|
|
test: ^1.17.3
|
|
uuid: ^3.0.4
|
|
yaml: ^3.1.0
|
|
yaml_edit: ^2.0.2
|
|
|
|
dev_dependencies:
|
|
build_runner: ^2.0.3
|
|
matcher: ^0.12.10
|
|
mockito: ^5.4.4
|
|
|
|
environment:
|
|
sdk: '>=3.0.0 <4.0.0'
|