From edb4947c906ffda0d6dcb7d845cea5c229f60e0e Mon Sep 17 00:00:00 2001 From: kodjomoustapha <107993382+kodjodevf@users.noreply.github.com> Date: Wed, 21 Aug 2024 19:05:36 +0100 Subject: [PATCH] + --- .fvmrc | 3 +++ .gitignore | 3 --- pubspec.lock | 8 ++++---- pubspec.yaml | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) create mode 100644 .fvmrc diff --git a/.fvmrc b/.fvmrc new file mode 100644 index 00000000..cf744906 --- /dev/null +++ b/.fvmrc @@ -0,0 +1,3 @@ +{ + "flutter": "3.22.3" +} \ No newline at end of file diff --git a/.gitignore b/.gitignore index 07d0b070..4d418443 100644 --- a/.gitignore +++ b/.gitignore @@ -46,6 +46,3 @@ app.*.map.json # FVM Version Cache .fvm/ - -# FVM Version -.fvmrc \ No newline at end of file diff --git a/pubspec.lock b/pubspec.lock index 609d7f05..0e123eac 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -1100,10 +1100,10 @@ packages: dependency: transitive description: name: permission_handler_html - sha256: d220eb8476b466d58b161e10b3001d93999010a26228a3fb89c4280db1249546 + sha256: af26edbbb1f2674af65a8f4b56e1a6f526156bc273d0e65dd8075fab51c78851 url: "https://pub.dev" source: hosted - version: "0.1.3+1" + version: "0.1.3+2" permission_handler_platform_interface: dependency: transitive description: @@ -1220,10 +1220,10 @@ packages: dependency: "direct main" description: name: rhttp - sha256: "0390216e898cf2ebd353594715724ace0101e26f6fb84dac68293d4883432fb8" + sha256: "714efd6d85405fcf7da20d9a4ccf03939ab043d528cae1be75c44a1c92ade08c" url: "https://pub.dev" source: hosted - version: "0.5.4" + version: "0.6.0" riverpod: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 03f90c06..b6acf390 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -75,7 +75,7 @@ dependencies: rust_lib_mangayomi: path: rust_builder pseudom: ^1.0.1 - rhttp: ^0.5.4 + rhttp: ^0.6.0 dependency_overrides: http: ^1.2.1