1
0
mirror of https://github.com/flutter/samples.git synced 2026-03-21 20:08:16 +00:00

Remove git:// url, update deps, fix destop_photo_search (#1052)

This commit is contained in:
Brett Morgan
2022-03-19 08:37:04 +10:00
committed by GitHub
parent 03dbbcd667
commit a481c264cd
74 changed files with 594 additions and 438 deletions

View File

@@ -56,14 +56,14 @@ packages:
name: device_info
url: "https://pub.dartlang.org"
source: hosted
version: "1.0.0"
version: "2.0.3"
device_info_platform_interface:
dependency: transitive
description:
name: device_info_platform_interface
url: "https://pub.dartlang.org"
source: hosted
version: "1.0.1"
version: "2.0.1"
fake_async:
dependency: transitive
description:
@@ -102,6 +102,13 @@ packages:
url: "https://pub.dartlang.org"
source: hosted
version: "0.12.11"
material_color_utilities:
dependency: transitive
description:
name: material_color_utilities
url: "https://pub.dartlang.org"
source: hosted
version: "0.1.3"
meta:
dependency: transitive
description:
@@ -122,7 +129,7 @@ packages:
name: plugin_platform_interface
url: "https://pub.dartlang.org"
source: hosted
version: "1.0.3"
version: "2.1.2"
sky_engine:
dependency: transitive
description: flutter
@@ -169,7 +176,7 @@ packages:
name: test_api
url: "https://pub.dartlang.org"
source: hosted
version: "0.4.3"
version: "0.4.8"
typed_data:
dependency: transitive
description:

View File

@@ -13,7 +13,7 @@ dependencies:
sdk: flutter
cupertino_icons: ^1.0.0
device_info: ">=0.4.2+7 <2.0.0"
device_info: ^2.0.3
dev_dependencies:
flutter_test: