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.
This commit is contained in:
committed by
GitHub
parent
4e7a07af88
commit
b966b2beee
@@ -1,4 +1,4 @@
|
||||
name: platform_integration
|
||||
|
||||
environment:
|
||||
sdk: '>=2.19.0-0 <4.0.0'
|
||||
sdk: '>=3.2.0-0 <4.0.0'
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
name: renderers
|
||||
|
||||
environment:
|
||||
sdk: '>=2.19.0-0 <4.0.0'
|
||||
sdk: '>=3.2.0-0 <4.0.0'
|
||||
|
||||
Reference in New Issue
Block a user