diff --git a/pubspec.lock b/pubspec.lock index 374a0c2..d883a31 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -203,14 +203,14 @@ packages: name: connectivity_plus url: "https://pub.dartlang.org" source: hosted - version: "2.3.0" + version: "2.3.2" connectivity_plus_linux: dependency: transitive description: name: connectivity_plus_linux url: "https://pub.dartlang.org" source: hosted - version: "1.3.0" + version: "1.3.1" connectivity_plus_macos: dependency: transitive description: @@ -224,28 +224,28 @@ packages: name: connectivity_plus_platform_interface url: "https://pub.dartlang.org" source: hosted - version: "1.2.0" + version: "1.2.1" connectivity_plus_web: dependency: transitive description: name: connectivity_plus_web url: "https://pub.dartlang.org" source: hosted - version: "1.2.0" + version: "1.2.1" connectivity_plus_windows: dependency: transitive description: name: connectivity_plus_windows url: "https://pub.dartlang.org" source: hosted - version: "1.2.0" + version: "1.2.1" convert: dependency: transitive description: name: convert url: "https://pub.dartlang.org" source: hosted - version: "3.0.1" + version: "3.0.2" coverage: dependency: transitive description: @@ -501,16 +501,14 @@ packages: name: graphql url: "https://pub.dartlang.org" source: hosted - version: "5.1.1" + version: "5.1.2-beta.2" graphql_flutter: dependency: "direct main" description: - path: "packages/graphql_flutter" - ref: f1ccb2d - resolved-ref: f1ccb2d775826697fa0ab4f6d27d132f8a28f444 - url: "https://github.com/Quantit-Github/graphql-flutter.git" - source: git - version: "5.1.0" + name: graphql_flutter + url: "https://pub.dartlang.org" + source: hosted + version: "5.1.1-beta.3" graphs: dependency: transitive description: @@ -580,7 +578,7 @@ packages: name: icons_launcher url: "https://pub.dartlang.org" source: hosted - version: "1.1.8" + version: "1.1.9" image: dependency: transitive description: @@ -879,7 +877,7 @@ packages: name: path_provider_linux url: "https://pub.dartlang.org" source: hosted - version: "2.1.6" + version: "2.1.7" path_provider_macos: dependency: transitive description: @@ -900,7 +898,7 @@ packages: name: path_provider_windows url: "https://pub.dartlang.org" source: hosted - version: "2.0.6" + version: "2.0.7" path_tree: dependency: transitive description: @@ -990,11 +988,9 @@ packages: printing: dependency: "direct main" description: - path: printing - ref: HEAD - resolved-ref: "96fe6ef3c1ee702a86dd311b3feebdb1f7491cd6" - url: "https://github.com/DavBfr/dart_pdf.git" - source: git + name: printing + url: "https://pub.dartlang.org" + source: hosted version: "5.9.1" process: dependency: transitive @@ -1069,14 +1065,14 @@ packages: name: responsive_framework url: "https://pub.dartlang.org" source: hosted - version: "0.1.9" + version: "0.2.0" rxdart: dependency: transitive description: name: rxdart url: "https://pub.dartlang.org" source: hosted - version: "0.27.3" + version: "0.27.4" sentry: dependency: "direct main" description: diff --git a/pubspec.yaml b/pubspec.yaml index c91691f..3aaea2d 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -5,7 +5,7 @@ description: Pay with G1. # 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 -version: 0.0.7+10 +version: 0.0.7+11 environment: sdk: '>=2.12.0 <3.0.0' @@ -28,11 +28,7 @@ dependencies: flutter_lints: ^1.0.4 flutter_logs: ^2.1.4 flutter_svg: ^0.22.0 - graphql_flutter: #^5.1.0 - git: - url: https://github.com/Quantit-Github/graphql-flutter.git - path: packages/graphql_flutter - ref: f1ccb2d # commit hash + graphql_flutter: ^5.1.1-beta.3 hive: ^2.0.4 hive_flutter: ^1.1.0 http: ^0.13.4 @@ -46,10 +42,7 @@ dependencies: pdf: ^3.7.1 permission_handler: ^8.3.0 pin_code_fields: ^7.3.0 - printing: #^5.8.0 - git: - url: https://github.com/DavBfr/dart_pdf.git - path: printing + printing: ^5.9.1 provider: ^6.0.1 qrscan: #^0.3.2 git: @@ -61,7 +54,7 @@ dependencies: url: https://github.com/insinfo/qr.flutter.git ref: master # branch name responsive_builder: ^0.4.1 - responsive_framework: ^0.1.4 + responsive_framework: ^0.2.0 sentry: ^6.5.1 sentry_flutter: ^6.5.1 shared_preferences: ^2.0.7 @@ -81,7 +74,7 @@ dependencies: ref: fixAndroidActivityVersion dots_indicator: ^2.1.0 web_socket_channel: ^2.2.0 - + dev_dependencies: # flutter_launcher_icons: ^0.9.2 # flutter_launcher_icons_maker: ^^0.10.2