[fuchsia] enable dart null safety in fuchsia.dart files (flutter/engine#36303)

This commit is contained in:
Ben Bergkamp
2022-09-22 14:41:00 -05:00
committed by GitHub
parent 7e8494c842
commit fcf779e801
4 changed files with 4 additions and 4 deletions

View File

@@ -3,4 +3,4 @@
# found in the LICENSE file.
environment:
sdk: '>=2.11.0 <3.0.0'
sdk: '>=2.12.0 <3.0.0'

View File

@@ -6,5 +6,5 @@
# template in BUILD.gn.
environment:
sdk: '>=2.11.0 <3.0.0'
sdk: '>=2.12.0 <3.0.0'

View File

@@ -3,5 +3,5 @@
# found in the LICENSE file.
environment:
sdk: '>=2.11.0 <3.0.0'
sdk: '>=2.12.0 <3.0.0'

View File

@@ -3,4 +3,4 @@
# found in the LICENSE file.
environment:
sdk: '>=2.11.0 <3.0.0'
sdk: '>=2.12.0 <3.0.0'