bump flutter deps

This commit is contained in:
Adam Velebil 2022-10-17 15:18:52 +02:00
parent 3c538cf734
commit 1d717ebe67
No known key found for this signature in database
GPG Key ID: AC6D6B9D715FC084
2 changed files with 8 additions and 8 deletions

View File

@ -77,7 +77,7 @@ packages:
name: build_runner name: build_runner
url: "https://pub.dartlang.org" url: "https://pub.dartlang.org"
source: hosted source: hosted
version: "2.2.1" version: "2.3.0"
build_runner_core: build_runner_core:
dependency: transitive dependency: transitive
description: description:
@ -329,7 +329,7 @@ packages:
name: json_serializable name: json_serializable
url: "https://pub.dartlang.org" url: "https://pub.dartlang.org"
source: hosted source: hosted
version: "6.4.0" version: "6.5.1"
lints: lints:
dependency: transitive dependency: transitive
description: description:
@ -343,7 +343,7 @@ packages:
name: logging name: logging
url: "https://pub.dartlang.org" url: "https://pub.dartlang.org"
source: hosted source: hosted
version: "1.0.2" version: "1.1.0"
matcher: matcher:
dependency: transitive dependency: transitive
description: description:
@ -642,7 +642,7 @@ packages:
name: url_launcher name: url_launcher
url: "https://pub.dartlang.org" url: "https://pub.dartlang.org"
source: hosted source: hosted
version: "6.1.5" version: "6.1.6"
url_launcher_android: url_launcher_android:
dependency: transitive dependency: transitive
description: description:

View File

@ -42,7 +42,7 @@ dependencies:
# cupertino_icons: ^1.0.2 # cupertino_icons: ^1.0.2
async: ^2.8.2 async: ^2.8.2
logging: ^1.0.2 logging: ^1.1.0
collection: ^1.16.0 collection: ^1.16.0
shared_preferences: ^2.0.12 shared_preferences: ^2.0.12
flutter_riverpod: ^1.0.0 flutter_riverpod: ^1.0.0
@ -52,7 +52,7 @@ dependencies:
qrscanner_zxing: qrscanner_zxing:
path: android/flutter_plugins/qrscanner_zxing path: android/flutter_plugins/qrscanner_zxing
desktop_drop: ^0.3.3 desktop_drop: ^0.3.3
url_launcher: ^6.1.5 url_launcher: ^6.1.6
dev_dependencies: dev_dependencies:
integration_test: integration_test:
@ -67,9 +67,9 @@ dev_dependencies:
# rules and activating additional ones. # rules and activating additional ones.
flutter_lints: ^2.0.1 flutter_lints: ^2.0.1
build_runner: ^2.2.1 build_runner: ^2.3.0
freezed: ^2.1.0+1 freezed: ^2.1.0+1
json_serializable: ^6.3.2 json_serializable: ^6.5.1
# For information on the generic Dart part of this file, see the # For information on the generic Dart part of this file, see the
# following page: https://dart.dev/tools/pub/pubspec # following page: https://dart.dev/tools/pub/pubspec