packages upgrade
This commit is contained in:
parent
23795275b7
commit
83a29c063f
2 changed files with 12 additions and 18 deletions
26
pubspec.lock
26
pubspec.lock
|
@ -84,16 +84,14 @@ packages:
|
|||
name: charts_common
|
||||
url: "https://pub.dartlang.org"
|
||||
source: hosted
|
||||
version: "0.11.0"
|
||||
version: "0.12.0"
|
||||
charts_flutter:
|
||||
dependency: "direct main"
|
||||
description:
|
||||
path: charts_flutter
|
||||
ref: HEAD
|
||||
resolved-ref: "30477090290b348ed3101bc13017aae465f59017"
|
||||
url: "git://github.com/google/charts.git"
|
||||
source: git
|
||||
version: "0.11.0"
|
||||
name: charts_flutter
|
||||
url: "https://pub.dartlang.org"
|
||||
source: hosted
|
||||
version: "0.12.0"
|
||||
cli_util:
|
||||
dependency: transitive
|
||||
description:
|
||||
|
@ -212,7 +210,7 @@ packages:
|
|||
name: device_info_plus
|
||||
url: "https://pub.dartlang.org"
|
||||
source: hosted
|
||||
version: "3.1.0"
|
||||
version: "3.1.1"
|
||||
device_info_plus_linux:
|
||||
dependency: transitive
|
||||
description:
|
||||
|
@ -233,7 +231,7 @@ packages:
|
|||
name: device_info_plus_platform_interface
|
||||
url: "https://pub.dartlang.org"
|
||||
source: hosted
|
||||
version: "2.2.0"
|
||||
version: "2.2.1"
|
||||
device_info_plus_web:
|
||||
dependency: transitive
|
||||
description:
|
||||
|
@ -307,7 +305,7 @@ packages:
|
|||
name: firebase_core
|
||||
url: "https://pub.dartlang.org"
|
||||
source: hosted
|
||||
version: "1.8.0"
|
||||
version: "1.9.0"
|
||||
firebase_core_platform_interface:
|
||||
dependency: transitive
|
||||
description:
|
||||
|
@ -328,14 +326,14 @@ packages:
|
|||
name: firebase_crashlytics
|
||||
url: "https://pub.dartlang.org"
|
||||
source: hosted
|
||||
version: "2.2.4"
|
||||
version: "2.2.5"
|
||||
firebase_crashlytics_platform_interface:
|
||||
dependency: transitive
|
||||
description:
|
||||
name: firebase_crashlytics_platform_interface
|
||||
url: "https://pub.dartlang.org"
|
||||
source: hosted
|
||||
version: "3.1.4"
|
||||
version: "3.1.5"
|
||||
flex_color_picker:
|
||||
dependency: "direct main"
|
||||
description:
|
||||
|
@ -470,7 +468,7 @@ packages:
|
|||
name: google_maps_flutter
|
||||
url: "https://pub.dartlang.org"
|
||||
source: hosted
|
||||
version: "2.0.11"
|
||||
version: "2.1.0"
|
||||
google_maps_flutter_platform_interface:
|
||||
dependency: transitive
|
||||
description:
|
||||
|
@ -771,7 +769,7 @@ packages:
|
|||
name: permission_handler
|
||||
url: "https://pub.dartlang.org"
|
||||
source: hosted
|
||||
version: "8.2.5"
|
||||
version: "8.2.6"
|
||||
permission_handler_platform_interface:
|
||||
dependency: transitive
|
||||
description:
|
||||
|
|
|
@ -17,11 +17,7 @@ dependencies:
|
|||
path: plugins/aves_report
|
||||
aves_report_platform:
|
||||
path: plugins/aves_report_crashlytics
|
||||
# TODO TLAD as of 2021/10/18, latest version (v0.11.0) is incompatible with Flutter v2.5
|
||||
charts_flutter:
|
||||
git:
|
||||
url: git://github.com/google/charts.git
|
||||
path: charts_flutter
|
||||
collection:
|
||||
connectivity_plus:
|
||||
country_code:
|
||||
|
|
Loading…
Reference in a new issue