Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sync #1

Open
wants to merge 652 commits into
base: develop
Choose a base branch
from
Open

sync #1

wants to merge 652 commits into from

Conversation

ca333
Copy link

@ca333 ca333 commented Feb 20, 2022

No description provided.

adamgic and others added 30 commits March 7, 2023 15:58
Because plugin package should not commit its pubspec.lock to the
repository.
To support change of upstream package in this repo.
Because:
* We can fix bugs more rapidly.
* We can implement more secure, more stable.
* We can easily add, maintain, and run unit tests even for edge cases.

See:
https://docs.flutter.dev/development/packages-and-plugins/developing-packages#hybrid-platform-implementations
This is required to:
* Setup C++ development (bug fix) environment.
* Run integration testing app.
* Remove restrictions:
  * Key length limit.
  * Key chars restriction.
  * No crash for `:/` pattern.
  * Key case sensitivity.
* This implementation uses DPAPI, so credential manager is not tainted
    with unreadable text.
* Full backward compatibility and auto-migration
* Options to disable backward compatibility and auto-migration.
…torage/example/android/com.android.tools.build-gradle-7.4.2

build(deps): bump com.android.tools.build:gradle from 7.4.1 to 7.4.2 in /flutter_secure_storage/example/android
…torage/android/androidx.security-security-crypto-1.1.0-alpha05

build(deps): bump androidx.security:security-crypto from 1.1.0-alpha04 to 1.1.0-alpha05 in /flutter_secure_storage/android
Bumps androidx.security:security-crypto from 1.1.0-alpha05 to 1.1.0-alpha06.

---
updated-dependencies:
- dependency-name: androidx.security:security-crypto
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Perform Keychain operations asynchronously on a non-main thread.
Bumps [subosito/flutter-action](https://github.com/subosito/flutter-action) from 2.8.0 to 2.10.0.
- [Release notes](https://github.com/subosito/flutter-action/releases)
- [Commits](subosito/flutter-action@v2.8.0...v2.10.0)

---
updated-dependencies:
- dependency-name: subosito/flutter-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
[Linux] Remove libjsoncpp1 dependency
[windows] Error when calling `delete()` before application support path exists
frank-applab and others added 30 commits July 9, 2024 13:24
chore: fix/update example & integration CI
Fix for issue #711: The specified item already exists in the keychain, iOS Code -25299, -25300
…blem

json.dump with indentations for linux
feat: Improve deleteAll in FlutterSecureStorageWeb
Lower boundary of web dependency
Add useDataProtectionKeyChain parameter to macOS options
feat: Support for wrap and unwrap key on web platform
# Conflicts:
#	flutter_secure_storage/lib/options/apple_options.dart
doc: add docs for apple options
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.