1
0
mirror of https://github.com/flutter/samples.git synced 2026-05-18 12:59:04 +00:00

Update to Dart 2.12 (#591)

This commit is contained in:
Michael Thomsen
2020-11-17 17:16:04 +01:00
committed by GitHub
parent 493b5cec2d
commit 1091fb1f33
10 changed files with 43 additions and 276 deletions

View File

@@ -1,10 +1,10 @@
name: null_safe_app
description: A new Flutter project.
publish_to: 'none' # Do not publish apps & package using the null safety experiment.
version: 1.0.0+1
version: 1.1.0
environment:
sdk: ">=2.11.0-234.0 <2.12.0"
sdk: ">=2.12.0-29 <3.0.0"
flutter: ">=1.24.0-3.0"
dependencies: