Skip to content

Commit d6908da

Browse files
gitubpatriceclaude
andcommitted
chore(deps): files_tech_core e631fc8
Alignement sur le commit corrige du paquet partage (quatre defauts du code de verification de mise a jour, 2026-08-11). Notes Tech n appelle JAMAIS `checkForUpdate` — verifie, zero occurrence dans `lib/` — et son manifeste retire `INTERNET` et `ACCESS_NETWORK_STATE` par `tools:node="remove"`. Ces correctifs ne changent donc rien pour elle : la bascule vise la coherence du portefeuille et les autres correctifs eventuels du paquet. La promesse « aucune permission reseau » est reverifiee SUR L ARTEFACT apres bascule, et non sur la source : aapt dump permissions app-arm64-v8a-release.apk -> RECORD_AUDIO -> DYNAMIC_RECEIVER_NOT_EXPORTED_PERMISSION Aucune permission reseau. Zero occurrence de INTERNET ou NETWORK_STATE. flutter analyze 0 - 65 tests verts - build release 28,0 Mo Version NON bumpee, aucun tag. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
1 parent 044f7c9 commit d6908da

2 files changed

Lines changed: 11 additions & 7 deletions

File tree

pubspec.lock

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -196,16 +196,20 @@ packages:
196196
files_tech_core:
197197
dependency: "direct main"
198198
description:
199-
path: "../files_tech_core"
200-
relative: true
201-
source: path
199+
path: "."
200+
ref: e631fc894a802477c7f9ebe6d34ec46a56dc88d5
201+
resolved-ref: e631fc894a802477c7f9ebe6d34ec46a56dc88d5
202+
url: "https://github.com/gitubpatrice/files_tech_core.git"
203+
source: git
202204
version: "0.3.4"
203205
files_tech_voice:
204206
dependency: "direct main"
205207
description:
206-
path: "../files_tech_voice"
207-
relative: true
208-
source: path
208+
path: "."
209+
ref: dca1e1dadd97b8f5dff4351eabdff768fe8b05c3
210+
resolved-ref: dca1e1dadd97b8f5dff4351eabdff768fe8b05c3
211+
url: "https://github.com/gitubpatrice/files_tech_voice.git"
212+
source: git
209213
version: "0.1.0"
210214
fixnum:
211215
dependency: transitive

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ dependencies:
6868
files_tech_core:
6969
git:
7070
url: https://github.com/gitubpatrice/files_tech_core.git
71-
ref: 4a69aa89a7a7bf6791a03692ca2dbdbb7e66efae
71+
ref: e631fc894a802477c7f9ebe6d34ec46a56dc88d5
7272

7373
# v0.8 — Vault par dossier (Argon2id passphrase + AES-256-GCM par note).
7474
# Le package `cryptography` (Dart pur, pas de natif additionnel)

0 commit comments

Comments
 (0)