mirror of
https://github.com/Yubico/yubioath-flutter.git
synced 2024-12-02 05:50:34 +03:00
Merge PR #255.
This commit is contained in:
commit
e352d4c27f
@ -77,7 +77,7 @@ packages:
|
||||
name: build_runner
|
||||
url: "https://pub.dartlang.org"
|
||||
source: hosted
|
||||
version: "2.2.1"
|
||||
version: "2.3.0"
|
||||
build_runner_core:
|
||||
dependency: transitive
|
||||
description:
|
||||
@ -329,7 +329,7 @@ packages:
|
||||
name: json_serializable
|
||||
url: "https://pub.dartlang.org"
|
||||
source: hosted
|
||||
version: "6.4.0"
|
||||
version: "6.5.1"
|
||||
lints:
|
||||
dependency: transitive
|
||||
description:
|
||||
@ -343,7 +343,7 @@ packages:
|
||||
name: logging
|
||||
url: "https://pub.dartlang.org"
|
||||
source: hosted
|
||||
version: "1.0.2"
|
||||
version: "1.1.0"
|
||||
matcher:
|
||||
dependency: transitive
|
||||
description:
|
||||
@ -642,7 +642,7 @@ packages:
|
||||
name: url_launcher
|
||||
url: "https://pub.dartlang.org"
|
||||
source: hosted
|
||||
version: "6.1.5"
|
||||
version: "6.1.6"
|
||||
url_launcher_android:
|
||||
dependency: transitive
|
||||
description:
|
||||
|
@ -42,7 +42,7 @@ dependencies:
|
||||
# cupertino_icons: ^1.0.2
|
||||
|
||||
async: ^2.8.2
|
||||
logging: ^1.0.2
|
||||
logging: ^1.1.0
|
||||
collection: ^1.16.0
|
||||
shared_preferences: ^2.0.12
|
||||
flutter_riverpod: ^1.0.0
|
||||
@ -52,7 +52,7 @@ dependencies:
|
||||
qrscanner_zxing:
|
||||
path: android/flutter_plugins/qrscanner_zxing
|
||||
desktop_drop: ^0.3.3
|
||||
url_launcher: ^6.1.5
|
||||
url_launcher: ^6.1.6
|
||||
|
||||
dev_dependencies:
|
||||
integration_test:
|
||||
@ -67,9 +67,9 @@ dev_dependencies:
|
||||
# rules and activating additional ones.
|
||||
flutter_lints: ^2.0.1
|
||||
|
||||
build_runner: ^2.2.1
|
||||
build_runner: ^2.3.0
|
||||
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
|
||||
# following page: https://dart.dev/tools/pub/pubspec
|
||||
|
Loading…
Reference in New Issue
Block a user