adapt to flutter 3

This commit is contained in:
csf
2022-05-26 18:25:16 +08:00
parent 4c6c1a95e0
commit fa5f48638f
5 changed files with 38 additions and 38 deletions

View File

@@ -233,12 +233,10 @@ packages:
flutter_smart_dialog:
dependency: "direct main"
description:
path: "."
ref: HEAD
resolved-ref: c89ce60664cbc206cb98c1f407e86b8a766f4c0e
url: "https://github.com/Heap-Hop/flutter_smart_dialog.git"
source: git
version: "4.0.0"
name: flutter_smart_dialog
url: "https://pub.dartlang.org"
source: hosted
version: "4.3.1"
flutter_test:
dependency: "direct dev"
description: flutter
@@ -269,7 +267,7 @@ packages:
name: image
url: "https://pub.dartlang.org"
source: hosted
version: "3.2.0"
version: "3.1.3"
image_picker:
dependency: "direct main"
description:
@@ -458,7 +456,7 @@ packages:
name: petitparser
url: "https://pub.dartlang.org"
source: hosted
version: "5.0.0"
version: "4.4.0"
platform:
dependency: transitive
description:
@@ -490,9 +488,11 @@ packages:
qr_code_scanner:
dependency: "direct main"
description:
name: qr_code_scanner
url: "https://pub.dartlang.org"
source: hosted
path: "."
ref: fix_break_changes_platform
resolved-ref: "0feca6f15042c279ff575c559a3430df917b623d"
url: "https://github.com/Heap-Hop/qr_code_scanner.git"
source: git
version: "0.7.0"
quiver:
dependency: transitive
@@ -638,7 +638,7 @@ packages:
name: typed_data
url: "https://pub.dartlang.org"
source: hosted
version: "1.3.1"
version: "1.3.0"
url_launcher:
dependency: "direct main"
description:
@@ -750,7 +750,7 @@ packages:
name: win32
url: "https://pub.dartlang.org"
source: hosted
version: "2.6.1"
version: "2.5.2"
xdg_directories:
dependency: transitive
description:
@@ -764,7 +764,7 @@ packages:
name: xml
url: "https://pub.dartlang.org"
source: hosted
version: "6.0.1"
version: "5.3.1"
yaml:
dependency: transitive
description:
@@ -780,5 +780,5 @@ packages:
source: hosted
version: "0.1.0"
sdks:
dart: ">=2.17.0 <3.0.0"
flutter: ">=2.10.0"
dart: ">=2.17.0-0 <3.0.0"
flutter: ">=3.0.0"