Konstantin Scheglov 294aa14e76
Analyzer, require 10.1.0, fix deprecations in dependency_graph.dart (#182507)
<!--
Thanks for filing a pull request!
Reviewers are typically assigned within a week of filing a request.
To learn more about code review, see our documentation on Tree Hygiene:
https://github.com/flutter/flutter/blob/main/docs/contributing/Tree-hygiene.md
-->

In analyzer 10.x.y we deprecated `returnType` and want clients to switch
to `typeName`, to support primary constructors language feature.

## Pre-launch Checklist

- [x] I read the [Contributor Guide] and followed the process outlined
there for submitting PRs.
- [ ] I read the [Tree Hygiene] wiki page, which explains my
responsibilities.
- [ ] I read and followed the [Flutter Style Guide], including [Features
we expect every widget to implement].
- [x] I signed the [CLA].
- [ ] I listed at least one issue that this PR fixes in the description
above.
- [ ] I updated/added relevant documentation (doc comments with `///`).
- [ ] I added new tests to check the change I am making, or this PR is
[test-exempt].
- [ ] I followed the [breaking change policy] and added [Data Driven
Fixes] where supported.
- [ ] All existing and new tests are passing.

If you need help, consider asking for advice on the #hackers-new channel
on [Discord].

**Note**: The Flutter team is currently trialing the use of [Gemini Code
Assist for
GitHub](https://developers.google.com/gemini-code-assist/docs/review-github-code).
Comments from the `gemini-code-assist` bot should not be taken as
authoritative feedback from the Flutter team. If you find its comments
useful you can update your code accordingly, but if you are unsure or
disagree with the feedback, please feel free to wait for a Flutter team
member's review for guidance on which automated comments should be
addressed.

<!-- Links -->
[Contributor Guide]:
https://github.com/flutter/flutter/blob/main/docs/contributing/Tree-hygiene.md#overview
[Tree Hygiene]:
https://github.com/flutter/flutter/blob/main/docs/contributing/Tree-hygiene.md
[test-exempt]:
https://github.com/flutter/flutter/blob/main/docs/contributing/Tree-hygiene.md#tests
[Flutter Style Guide]:
https://github.com/flutter/flutter/blob/main/docs/contributing/Style-guide-for-Flutter-repo.md
[Features we expect every widget to implement]:
https://github.com/flutter/flutter/blob/main/docs/contributing/Style-guide-for-Flutter-repo.md#features-we-expect-every-widget-to-implement
[CLA]: https://cla.developers.google.com/
[flutter/tests]: https://github.com/flutter/tests
[breaking change policy]:
https://github.com/flutter/flutter/blob/main/docs/contributing/Tree-hygiene.md#handling-breaking-changes
[Discord]:
https://github.com/flutter/flutter/blob/main/docs/contributing/Chat.md
[Data Driven Fixes]:
https://github.com/flutter/flutter/blob/main/docs/contributing/Data-driven-Fixes.md
2026-02-18 00:30:17 +00:00

133 lines
2.8 KiB
YAML

name: flutter_tools
description: Tools for building Flutter applications
homepage: https://flutter.dev
environment:
sdk: ^3.10.0-0
dependencies:
# To update these, use "flutter update-packages --force-upgrade".
#
# For detailed instructions, refer to:
# https://github.com/flutter/flutter/blob/main/docs/infra/Updating-dependencies-in-Flutter.md
analyzer: 10.1.0
archive: 3.6.1
args: 2.7.0
dds: 5.1.0
dwds: 26.2.5
code_builder: 4.11.1
collection: 1.19.1
completion: 1.0.2
coverage: 1.15.0
crypto: 3.0.7
ffi: 2.2.0
file: 7.0.1
flutter_template_images: 5.0.0
html: 0.15.6
http: 1.6.0
intl: 0.20.2
meta: 1.18.0
multicast_dns: 0.3.3
mustache_template: 2.0.3
package_config: 2.2.0
process: 5.0.5
fake_async: 1.3.3
stack_trace: 1.12.1
usage: 4.1.1
webdriver: 3.1.0
webkit_inspection_protocol: 1.2.1
xml: 6.6.1
yaml: 3.1.3
native_stack_traces: 0.6.1
shelf: 1.4.2
vm_snapshot_analysis: 0.7.6
uuid: 4.5.2
web_socket_channel: 3.0.3
stream_channel: 2.1.4
shelf_web_socket: 3.0.0
shelf_static: 1.1.3
pub_semver: 2.2.0
pool: 1.5.2
path: 1.9.1
mime: 2.0.0
logging: 1.3.0
http_multi_server: 3.2.2
convert: 3.1.2
async: 2.13.0
unified_analytics: 8.0.11
pubspec_parse: 1.5.0
graphs: 2.3.2
hooks_runner: 1.0.2
hooks: 1.0.1
code_assets: 1.0.0
data_assets: 0.19.6
# We depend on very specific internal implementation details of the
# 'test' package, which change between versions, so when upgrading
# this, make sure the tests are still running correctly.
test_api: 0.7.9
test_core: 0.6.15
vm_service: 15.0.2
standard_message_codec: 0.0.1+4
dart_style: 3.1.5
# The below dependencies are transitive and are here to pin them to a specific version.
_fe_analyzer_shared: 95.0.0
boolean_selector: 2.1.2
browser_launcher: 1.1.3
built_collection: 5.1.1
built_value: 8.12.3
cli_config: 0.2.0
clock: 1.1.2
csslib: 1.0.2
dap: 1.4.0
dds_service_extensions: 2.1.0
devtools_shared: 12.1.0
dtd: 4.0.0
extension_discovery: 2.1.0
fixnum: 1.1.1
frontend_server_client: 4.0.0
glob: 2.1.3
http_parser: 4.1.2
io: 1.0.5
json_rpc_2: 4.0.0
matcher: 0.12.18
petitparser: 7.0.2
platform: 3.1.6
shelf_packages_handler: 3.0.2
shelf_proxy: 1.0.4
source_map_stack_trace: 2.1.2
source_maps: 0.10.13
source_span: 1.10.2
sprintf: 7.0.0
sse: 4.1.8
string_scanner: 1.4.1
sync_http: 0.3.1
term_glyph: 1.2.2
typed_data: 1.4.0
vm_service_interface: 2.0.1
watcher: 1.2.1
web: 1.1.1
web_socket: 1.0.1
yaml_edit: 2.2.4
mdns_dart: ^2.1.0
dev_dependencies:
file_testing: 3.0.2
checked_yaml: 2.0.4
js: 0.7.2
json_annotation: 4.10.0
node_preamble: 2.0.2
test: 1.29.0
dartdoc:
# Exclude this package from the hosted API docs.
nodoc: true
# PUBSPEC CHECKSUM: d3f462