Merge branch 'codex/windows-parity'

This commit is contained in:
Haitao Pan 2026-03-21 21:53:59 +08:00
commit 1ca505408a
3 changed files with 14 additions and 5 deletions

View File

@ -9,6 +9,12 @@
# packages, and plugins designed to encourage good coding practices.
include: package:flutter_lints/flutter.yaml
analyzer:
exclude:
- third_party/**/example/**
- third_party/**/test/**
- third_party/**/analysis_options.yaml
linter:
# The lint rules applied to this project can be customized in the
# section below to disable rules from the `package:flutter_lints/flutter.yaml`

View File

@ -265,12 +265,11 @@ packages:
source: hosted
version: "1.2.1"
flutter_secure_storage_windows:
dependency: transitive
dependency: "direct overridden"
description:
name: flutter_secure_storage_windows
sha256: b20b07cb5ed4ed74fc567b78a72936203f587eba460af1df11281c9326cd3709
url: "https://pub.dev"
source: hosted
path: "third_party/flutter_secure_storage_windows"
relative: true
source: path
version: "3.1.2"
flutter_test:
dependency: "direct dev"

View File

@ -32,6 +32,10 @@ dependencies:
web_socket_channel: ^3.0.3
yaml: ^3.1.3
dependency_overrides:
flutter_secure_storage_windows:
path: third_party/flutter_secure_storage_windows
dev_dependencies:
flutter_test:
sdk: flutter