upgrade dependencies

This commit is contained in:
poka 2022-06-01 22:49:35 +02:00
parent 6a57572434
commit 93f041eed8
2 changed files with 24 additions and 35 deletions

View File

@ -203,14 +203,14 @@ packages:
name: connectivity_plus name: connectivity_plus
url: "https://pub.dartlang.org" url: "https://pub.dartlang.org"
source: hosted source: hosted
version: "2.3.0" version: "2.3.2"
connectivity_plus_linux: connectivity_plus_linux:
dependency: transitive dependency: transitive
description: description:
name: connectivity_plus_linux name: connectivity_plus_linux
url: "https://pub.dartlang.org" url: "https://pub.dartlang.org"
source: hosted source: hosted
version: "1.3.0" version: "1.3.1"
connectivity_plus_macos: connectivity_plus_macos:
dependency: transitive dependency: transitive
description: description:
@ -224,28 +224,28 @@ packages:
name: connectivity_plus_platform_interface name: connectivity_plus_platform_interface
url: "https://pub.dartlang.org" url: "https://pub.dartlang.org"
source: hosted source: hosted
version: "1.2.0" version: "1.2.1"
connectivity_plus_web: connectivity_plus_web:
dependency: transitive dependency: transitive
description: description:
name: connectivity_plus_web name: connectivity_plus_web
url: "https://pub.dartlang.org" url: "https://pub.dartlang.org"
source: hosted source: hosted
version: "1.2.0" version: "1.2.1"
connectivity_plus_windows: connectivity_plus_windows:
dependency: transitive dependency: transitive
description: description:
name: connectivity_plus_windows name: connectivity_plus_windows
url: "https://pub.dartlang.org" url: "https://pub.dartlang.org"
source: hosted source: hosted
version: "1.2.0" version: "1.2.1"
convert: convert:
dependency: transitive dependency: transitive
description: description:
name: convert name: convert
url: "https://pub.dartlang.org" url: "https://pub.dartlang.org"
source: hosted source: hosted
version: "3.0.1" version: "3.0.2"
coverage: coverage:
dependency: transitive dependency: transitive
description: description:
@ -501,16 +501,14 @@ packages:
name: graphql name: graphql
url: "https://pub.dartlang.org" url: "https://pub.dartlang.org"
source: hosted source: hosted
version: "5.1.1" version: "5.1.2-beta.2"
graphql_flutter: graphql_flutter:
dependency: "direct main" dependency: "direct main"
description: description:
path: "packages/graphql_flutter" name: graphql_flutter
ref: f1ccb2d url: "https://pub.dartlang.org"
resolved-ref: f1ccb2d775826697fa0ab4f6d27d132f8a28f444 source: hosted
url: "https://github.com/Quantit-Github/graphql-flutter.git" version: "5.1.1-beta.3"
source: git
version: "5.1.0"
graphs: graphs:
dependency: transitive dependency: transitive
description: description:
@ -580,7 +578,7 @@ packages:
name: icons_launcher name: icons_launcher
url: "https://pub.dartlang.org" url: "https://pub.dartlang.org"
source: hosted source: hosted
version: "1.1.8" version: "1.1.9"
image: image:
dependency: transitive dependency: transitive
description: description:
@ -879,7 +877,7 @@ packages:
name: path_provider_linux name: path_provider_linux
url: "https://pub.dartlang.org" url: "https://pub.dartlang.org"
source: hosted source: hosted
version: "2.1.6" version: "2.1.7"
path_provider_macos: path_provider_macos:
dependency: transitive dependency: transitive
description: description:
@ -900,7 +898,7 @@ packages:
name: path_provider_windows name: path_provider_windows
url: "https://pub.dartlang.org" url: "https://pub.dartlang.org"
source: hosted source: hosted
version: "2.0.6" version: "2.0.7"
path_tree: path_tree:
dependency: transitive dependency: transitive
description: description:
@ -990,11 +988,9 @@ packages:
printing: printing:
dependency: "direct main" dependency: "direct main"
description: description:
path: printing name: printing
ref: HEAD url: "https://pub.dartlang.org"
resolved-ref: "96fe6ef3c1ee702a86dd311b3feebdb1f7491cd6" source: hosted
url: "https://github.com/DavBfr/dart_pdf.git"
source: git
version: "5.9.1" version: "5.9.1"
process: process:
dependency: transitive dependency: transitive
@ -1069,14 +1065,14 @@ packages:
name: responsive_framework name: responsive_framework
url: "https://pub.dartlang.org" url: "https://pub.dartlang.org"
source: hosted source: hosted
version: "0.1.9" version: "0.2.0"
rxdart: rxdart:
dependency: transitive dependency: transitive
description: description:
name: rxdart name: rxdart
url: "https://pub.dartlang.org" url: "https://pub.dartlang.org"
source: hosted source: hosted
version: "0.27.3" version: "0.27.4"
sentry: sentry:
dependency: "direct main" dependency: "direct main"
description: description:

View File

@ -5,7 +5,7 @@ description: Pay with G1.
# pub.dev using `pub publish`. This is preferred for private packages. # pub.dev using `pub publish`. This is preferred for private packages.
publish_to: 'none' # Remove this line if you wish to publish to pub.dev publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 0.0.7+10 version: 0.0.7+11
environment: environment:
sdk: '>=2.12.0 <3.0.0' sdk: '>=2.12.0 <3.0.0'
@ -28,11 +28,7 @@ dependencies:
flutter_lints: ^1.0.4 flutter_lints: ^1.0.4
flutter_logs: ^2.1.4 flutter_logs: ^2.1.4
flutter_svg: ^0.22.0 flutter_svg: ^0.22.0
graphql_flutter: #^5.1.0 graphql_flutter: ^5.1.1-beta.3
git:
url: https://github.com/Quantit-Github/graphql-flutter.git
path: packages/graphql_flutter
ref: f1ccb2d # commit hash
hive: ^2.0.4 hive: ^2.0.4
hive_flutter: ^1.1.0 hive_flutter: ^1.1.0
http: ^0.13.4 http: ^0.13.4
@ -46,10 +42,7 @@ dependencies:
pdf: ^3.7.1 pdf: ^3.7.1
permission_handler: ^8.3.0 permission_handler: ^8.3.0
pin_code_fields: ^7.3.0 pin_code_fields: ^7.3.0
printing: #^5.8.0 printing: ^5.9.1
git:
url: https://github.com/DavBfr/dart_pdf.git
path: printing
provider: ^6.0.1 provider: ^6.0.1
qrscan: #^0.3.2 qrscan: #^0.3.2
git: git:
@ -61,7 +54,7 @@ dependencies:
url: https://github.com/insinfo/qr.flutter.git url: https://github.com/insinfo/qr.flutter.git
ref: master # branch name ref: master # branch name
responsive_builder: ^0.4.1 responsive_builder: ^0.4.1
responsive_framework: ^0.1.4 responsive_framework: ^0.2.0
sentry: ^6.5.1 sentry: ^6.5.1
sentry_flutter: ^6.5.1 sentry_flutter: ^6.5.1
shared_preferences: ^2.0.7 shared_preferences: ^2.0.7
@ -81,7 +74,7 @@ dependencies:
ref: fixAndroidActivityVersion ref: fixAndroidActivityVersion
dots_indicator: ^2.1.0 dots_indicator: ^2.1.0
web_socket_channel: ^2.2.0 web_socket_channel: ^2.2.0
dev_dependencies: dev_dependencies:
# flutter_launcher_icons: ^0.9.2 # flutter_launcher_icons: ^0.9.2
# flutter_launcher_icons_maker: ^^0.10.2 # flutter_launcher_icons_maker: ^^0.10.2