flutter/dev/docs/platform_integration/pubspec.yaml
Michael Goderbauer b966b2beee
Enable private field promotion for dev (#134480)
New feature in upcoming Dart 3.2. See https://github.com/dart-lang/language/issues/2020. Feature is enabled by bumping the min SDK version to 3.2.

Part of https://github.com/flutter/flutter/issues/134476.
2023-09-12 18:29:00 +00:00

5 lines
67 B
YAML

name: platform_integration
environment:
sdk: '>=3.2.0-0 <4.0.0'