From eaa7e8a1fc2bd1975c72152840e043f8cc352de3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Feb 2026 03:01:19 +0000 Subject: [PATCH] build: (deps): bump pretty_qr_code from 3.5.0 to 3.6.0 Bumps [pretty_qr_code](https://github.com/promops/flutter_pretty_qr) from 3.5.0 to 3.6.0. - [Release notes](https://github.com/promops/flutter_pretty_qr/releases) - [Changelog](https://github.com/promops/flutter_pretty_qr/blob/master/CHANGELOG.md) - [Commits](https://github.com/promops/flutter_pretty_qr/compare/3.5.0...3.6.0) --- updated-dependencies: - dependency-name: pretty_qr_code dependency-version: 3.6.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pubspec.lock | 4 ++-- pubspec.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pubspec.lock b/pubspec.lock index 22d6e0b0a..8e0c27e9e 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -1328,10 +1328,10 @@ packages: dependency: "direct main" description: name: pretty_qr_code - sha256: "2291db3f68d70a3dcd46c6bd599f30991ae4c02f27f36215fbb3f4865a609259" + sha256: "474f8a4512113fba06f14a6ec9bbf42353b4e651d7a520e3096f2a9b6bbe7a8a" url: "https://pub.dev" source: hosted - version: "3.5.0" + version: "3.6.0" process: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index dbd549382..8a30a0b2b 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -61,7 +61,7 @@ dependencies: path: ^1.9.0 path_provider: ^2.1.2 permission_handler: ^12.0.1 - pretty_qr_code: ^3.5.0 + pretty_qr_code: ^3.6.0 provider: ^6.0.2 punycode: ^1.0.0 qr_code_scanner_plus: ^2.0.14