1
0
mirror of https://github.com/flutter/samples.git synced 2026-03-31 16:55:34 +00:00

flutter pub upgrade --major-versions (#1061)

This commit is contained in:
Brett Morgan
2022-04-06 11:45:20 +10:00
committed by GitHub
parent dd54b941d2
commit 3b46646306
22 changed files with 75 additions and 65 deletions

View File

@@ -7,7 +7,7 @@ packages:
name: _fe_analyzer_shared
url: "https://pub.dartlang.org"
source: hosted
version: "36.0.0"
version: "38.0.0"
adaptive_breakpoints:
dependency: "direct main"
description:
@@ -21,7 +21,7 @@ packages:
name: analyzer
url: "https://pub.dartlang.org"
source: hosted
version: "3.3.1"
version: "3.4.1"
args:
dependency: transitive
description:
@@ -278,7 +278,7 @@ packages:
name: flutter_markdown
url: "https://pub.dartlang.org"
source: hosted
version: "0.6.9"
version: "0.6.9+1"
flutter_test:
dependency: "direct dev"
description: flutter
@@ -323,7 +323,7 @@ packages:
name: hive
url: "https://pub.dartlang.org"
source: hosted
version: "2.0.6"
version: "2.1.0"
hive_flutter:
dependency: "direct main"
description:
@@ -575,7 +575,7 @@ packages:
name: shelf
url: "https://pub.dartlang.org"
source: hosted
version: "1.2.0"
version: "1.3.0"
shelf_web_socket:
dependency: transitive
description:
@@ -748,7 +748,7 @@ packages:
name: win32
url: "https://pub.dartlang.org"
source: hosted
version: "2.4.1"
version: "2.5.1"
window_size:
dependency: "direct main"
description:
@@ -773,5 +773,5 @@ packages:
source: hosted
version: "3.1.0"
sdks:
dart: ">=2.15.0 <3.0.0"
dart: ">=2.16.0 <3.0.0"
flutter: ">=2.10.0"