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
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Mar 7, 2023

  1. Configuration menu
    Copy the full SHA
    04c7487 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2023

  1. Add .gitignore entry for pubspec.lock

    Because plugin package should not commit its pubspec.lock to the
    repository.
    yfakariya committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    2048fd9 View commit details
    Browse the repository at this point in the history
  2. Add pubspec_overrides.yaml

    To support change of upstream package in this repo.
    yfakariya committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    bbf6b66 View commit details
    Browse the repository at this point in the history
  3. Change to hybrid platform implementations

    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
    yfakariya committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    128c608 View commit details
    Browse the repository at this point in the history
  4. Add unit test cases

    yfakariya committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    492dd6f View commit details
    Browse the repository at this point in the history
  5. Add examples

    This is required to:
    * Setup C++ development (bug fix) environment.
    * Run integration testing app.
    yfakariya committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    fcae324 View commit details
    Browse the repository at this point in the history
  6. Add integration test

    yfakariya committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    b99218f View commit details
    Browse the repository at this point in the history
  7. Add misc files for library

    yfakariya committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    f74a9f8 View commit details
    Browse the repository at this point in the history
  8. Add dart based implementation for Windows

    * 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.
    yfakariya committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    a221d02 View commit details
    Browse the repository at this point in the history
  9. Add windows option

    yfakariya committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    b3ec73f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    702a32e View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2023

  1. Merge pull request #534 from mogol/dependabot/gradle/flutter_secure_s…

    …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
    juliansteenbakker authored Mar 21, 2023
    Configuration menu
    Copy the full SHA
    6fd0550 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #529 from mogol/dependabot/gradle/flutter_secure_s…

    …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
    juliansteenbakker authored Mar 21, 2023
    Configuration menu
    Copy the full SHA
    bdd191f View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2023

  1. Configuration menu
    Copy the full SHA
    a7ac941 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2023

  1. Configuration menu
    Copy the full SHA
    647a5d1 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2023

  1. Remove unused imports

    Mino5531 committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    79cf87d View commit details
    Browse the repository at this point in the history
  2. Remove jsoncpp include dir

    Mino5531 committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    1b9b2f4 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2023

  1. build(deps): bump androidx.security:security-crypto

    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]>
    dependabot[bot] authored Apr 24, 2023
    Configuration menu
    Copy the full SHA
    b085bcb View commit details
    Browse the repository at this point in the history

Commits on May 1, 2023

  1. Configuration menu
    Copy the full SHA
    852cf67 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2023

  1. Configuration menu
    Copy the full SHA
    e51f200 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2023

  1. Configuration menu
    Copy the full SHA
    badafc7 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2023

  1. Merge pull request #536 from adamgic/develop

    Perform Keychain operations asynchronously on a non-main thread.
    juliansteenbakker authored Jun 27, 2023
    Configuration menu
    Copy the full SHA
    6ce7965 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #538 from HankG/add-macos-access-groups-instructions

    Add macOS App Groups Documentation
    juliansteenbakker authored Jun 27, 2023
    Configuration menu
    Copy the full SHA
    5a3cc0c View commit details
    Browse the repository at this point in the history
  3. build(deps): bump subosito/flutter-action from 2.8.0 to 2.10.0

    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]>
    dependabot[bot] authored Jun 27, 2023
    Configuration menu
    Copy the full SHA
    b20dd4d View commit details
    Browse the repository at this point in the history
  4. Merge pull request #549 from Mino5531/develop

    [Linux] Remove libjsoncpp1 dependency
    juliansteenbakker authored Jun 27, 2023
    Configuration menu
    Copy the full SHA
    1d93f10 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #560 from Almighty-Alpaca/fix/agp-8.0

    Fix compatibility with AGP 8.0
    juliansteenbakker authored Jun 27, 2023
    Configuration menu
    Copy the full SHA
    bb3b811 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    64f8e56 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2023

  1. Configuration menu
    Copy the full SHA
    829d37d View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2023

  1. Configuration menu
    Copy the full SHA
    bdfa7d9 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2023

  1. Merge pull request #570 from adg-mh/develop

    [windows] Error when calling `delete()` before application support path exists
    juliansteenbakker authored Jul 18, 2023
    Configuration menu
    Copy the full SHA
    a53d007 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #556 from mogol/dependabot/gradle/flutter_secure_s…

    …torage/android/androidx.security-security-crypto-1.1.0-alpha06
    
    build(deps): bump androidx.security:security-crypto from 1.1.0-alpha05 to 1.1.0-alpha06 in /flutter_secure_storage/android
    juliansteenbakker authored Jul 18, 2023
    Configuration menu
    Copy the full SHA
    13f4151 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2023

  1. Merge remote-tracking branch 'origin/develop' into develop

    # Conflicts:
    #	.github/workflows/flutter.yml
    juliansteenbakker committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    4ff9007 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c8c0f16 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d217283 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #582 from Zazo032/patch-1

    Enable `buildFeatures` to support AGP8
    juliansteenbakker authored Jul 19, 2023
    Configuration menu
    Copy the full SHA
    1f5d984 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #540 from yfakariya/#539_ffi

    FFI based Windows implementation to solve key related issues
    juliansteenbakker authored Jul 19, 2023
    Configuration menu
    Copy the full SHA
    272eddc View commit details
    Browse the repository at this point in the history
  6. Merge pull request #544 from mogol/dependabot/github_actions/subosito…

    …/flutter-action-2.10.0
    
    build(deps): bump subosito/flutter-action from 2.8.0 to 2.10.0
    juliansteenbakker authored Jul 19, 2023
    Configuration menu
    Copy the full SHA
    4320b92 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a20215b View commit details
    Browse the repository at this point in the history
  8. ci: update lint

    juliansteenbakker committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    e696249 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    abb0b8d View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2023

  1. Configuration menu
    Copy the full SHA
    3958b7b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    11e39c6 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2023

  1. Configuration menu
    Copy the full SHA
    ba32dad View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    11b8753 View commit details
    Browse the repository at this point in the history
  3. style: apply lint

    juliansteenbakker committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    6c9b1dc View commit details
    Browse the repository at this point in the history
  4. release of v8.1.0

    juliansteenbakker committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    aa83185 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5078a2b View commit details
    Browse the repository at this point in the history
  6. Merge pull request #587 from CORDEA/fix/android-reset-on-error

    [Android] Get resetOnError from the options
    juliansteenbakker authored Aug 29, 2023
    Configuration menu
    Copy the full SHA
    f5d04f2 View commit details
    Browse the repository at this point in the history
  7. release of v8.1.0

    juliansteenbakker committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    3b45390 View commit details
    Browse the repository at this point in the history
  8. release of v1.0.2

    juliansteenbakker committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    97cba89 View commit details
    Browse the repository at this point in the history
  9. style: apply lint suggestions, Changed PathNotFoundException to FileS…

    …ystemException to be backwards compatible with Flutter SDK 2.12.0
    juliansteenbakker committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    0f9fda0 View commit details
    Browse the repository at this point in the history
  10. release of v1.2.0

    juliansteenbakker committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    bfc4155 View commit details
    Browse the repository at this point in the history
  11. release of v3.0.1

    juliansteenbakker committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    529d289 View commit details
    Browse the repository at this point in the history
  12. release of v1.1.2

    juliansteenbakker committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    1496ffd View commit details
    Browse the repository at this point in the history
  13. release of v2.1.0

    juliansteenbakker committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    c909572 View commit details
    Browse the repository at this point in the history
  14. release of v8.1.0

    juliansteenbakker committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    ba0e679 View commit details
    Browse the repository at this point in the history
  15. release of v3.0.0

    juliansteenbakker committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    a82a6d3 View commit details
    Browse the repository at this point in the history
  16. release of v9.0.0

    juliansteenbakker committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    57c2b54 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2023

  1. Configuration menu
    Copy the full SHA
    1e977ea View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2023

  1. build(deps): bump actions/checkout from 3 to 4

    Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Sep 11, 2023
    Configuration menu
    Copy the full SHA
    4ea8f2b View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2023

  1. Linux fix: Search with schemas fails in cold keyrings

    When the keyring is cold (e.g. after restart without a login or after
    running `gnome-keyring-daemon --replace` on the command line), lookup
    using schemas would return null entries without prompting the user for
    their passwords.
    
    This is especially dangerrous in situations where the user wants to
    write an entry to the keyring. In such case, if there were previously
    stored secrets in the FlutterSecretStorage entry, those would be ignored
    and only the new entry would be stored. Effectively erasing all
    previously stored passwords.
    
    The issue is explained here:
    https://gitlab.gnome.org/GNOME/gnome-keyring/-/issues/89
    
    However, the solution used in this commit is the one used in
    the chromium browser: http://crbug.com/660005
    inetic committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    5e2d681 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2023

  1. Fix native stacktraces

    ueman committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    01b74f6 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2023

  1. build(deps): bump com.android.tools.build:gradle

    Bumps com.android.tools.build:gradle from 8.1.1 to 8.1.2.
    
    ---
    updated-dependencies:
    - dependency-name: com.android.tools.build:gradle
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Oct 2, 2023
    Configuration menu
    Copy the full SHA
    f0c8315 View commit details
    Browse the repository at this point in the history
  2. build(deps): bump com.android.tools.build:gradle

    Bumps com.android.tools.build:gradle from 8.1.1 to 8.1.2.
    
    ---
    updated-dependencies:
    - dependency-name: com.android.tools.build:gradle
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Oct 2, 2023
    Configuration menu
    Copy the full SHA
    fda39b4 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2023

  1. Merge pull request #624 from mogol/dependabot/gradle/flutter_secure_s…

    …torage/example/android/com.android.tools.build-gradle-8.1.2
    
    build(deps): bump com.android.tools.build:gradle from 8.1.1 to 8.1.2 in /flutter_secure_storage/example/android
    juliansteenbakker authored Oct 3, 2023
    Configuration menu
    Copy the full SHA
    eddabf6 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #625 from mogol/dependabot/gradle/flutter_secure_s…

    …torage/android/com.android.tools.build-gradle-8.1.2
    
    build(deps): bump com.android.tools.build:gradle from 8.1.1 to 8.1.2 in /flutter_secure_storage/android
    juliansteenbakker authored Oct 3, 2023
    Configuration menu
    Copy the full SHA
    9a6cb34 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d202aec View commit details
    Browse the repository at this point in the history
  4. Merge pull request #626 from mogol/juliansteenbakker-patch-1

    ci: upgrade java for test
    juliansteenbakker authored Oct 3, 2023
    Configuration menu
    Copy the full SHA
    0afb5a3 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #610 from mogol/dependabot/github_actions/actions/…

    …checkout-4
    
    build(deps): bump actions/checkout from 3 to 4
    juliansteenbakker authored Oct 3, 2023
    Configuration menu
    Copy the full SHA
    0b5083e View commit details
    Browse the repository at this point in the history
  6. Merge pull request #621 from inetic/linux-cold-keyring

    Linux fix: Search with schemas fails in cold keyrings
    juliansteenbakker authored Oct 3, 2023
    Configuration menu
    Copy the full SHA
    a9a7100 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #623 from ueman/fix/native-stacktraces-on-android

    Fix native Android stacktraces in PlatformExceptions
    juliansteenbakker authored Oct 3, 2023
    Configuration menu
    Copy the full SHA
    18e577e View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2023

  1. Configuration menu
    Copy the full SHA
    73bd9af View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1364ad9 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2023

  1. feature - add onCupertinoProtectedDataAvailabilityChanged and isCuper…

    …tinoProtectedDataAvailable
    bierbaumtim committed Oct 7, 2023
    Configuration menu
    Copy the full SHA
    9cb4808 View commit details
    Browse the repository at this point in the history
  2. updated readme

    bierbaumtim committed Oct 7, 2023
    Configuration menu
    Copy the full SHA
    bdb5e55 View commit details
    Browse the repository at this point in the history
  3. Revert "updated readme"

    This reverts commit bdb5e55.
    bierbaumtim committed Oct 7, 2023
    Configuration menu
    Copy the full SHA
    eb59886 View commit details
    Browse the repository at this point in the history
  4. update readme

    bierbaumtim committed Oct 7, 2023
    Configuration menu
    Copy the full SHA
    58fd53d View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2023

  1. Fix syntax error

    Co-authored-by: Benjamin Kampmann <[email protected]>
    bierbaumtim and gnunicorn authored Oct 9, 2023
    Configuration menu
    Copy the full SHA
    3e3993f View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2023

  1. Merge pull request #602 from bierbaumtim/develop

    iOS Keychain - Use accessiblity option for all operations and throw PlatformException for SecErrors
    juliansteenbakker authored Oct 12, 2023
    Configuration menu
    Copy the full SHA
    1a65084 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #629 from bierbaumtim/feature-cupertino-protected-…

    …data-availability
    
    Feature - Check availability of protected data on iOS and macOS
    juliansteenbakker authored Oct 12, 2023
    Configuration menu
    Copy the full SHA
    4529019 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #628 from bierbaumtim/macos-fixes

    macOS Keychain - Use accessiblity option for all operations and throw PlatformException for SecErrors
    juliansteenbakker authored Oct 12, 2023
    Configuration menu
    Copy the full SHA
    3bb9336 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2023

  1. Configuration menu
    Copy the full SHA
    5afb6d0 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2023

  1. Update README.md

    updated IOSAccessibility (deprecated) to KeychainAccessibility
    Musaddiq625 authored Oct 16, 2023
    Configuration menu
    Copy the full SHA
    cadebfc View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2023

  1. Configuration menu
    Copy the full SHA
    41aaadb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    91121b8 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2023

  1. Implement isCupertinoProtectedDataAvailable and onCupertinoProtectedD…

    …ataAvailabilityChanged in flutter_secure_storage_web.dart
    hoangdat authored Oct 25, 2023
    Configuration menu
    Copy the full SHA
    bd5db8c View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2023

  1. build(deps): bump subosito/flutter-action from 2.10.0 to 2.12.0

    Bumps [subosito/flutter-action](https://github.com/subosito/flutter-action) from 2.10.0 to 2.12.0.
    - [Release notes](https://github.com/subosito/flutter-action/releases)
    - [Commits](subosito/flutter-action@v2.10.0...v2.12.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]>
    dependabot[bot] authored Nov 6, 2023
    Configuration menu
    Copy the full SHA
    21f692f View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2023

  1. Fix exposure of FSS API

    tenhobi committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    edf8117 View commit details
    Browse the repository at this point in the history
  2. Add public to containsKey

    tenhobi committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    113f733 View commit details
    Browse the repository at this point in the history
  3. Fix imports

    tenhobi committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    5b5d8a8 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2023

  1. Fix errors with web

    tenhobi authored Dec 8, 2023
    Configuration menu
    Copy the full SHA
    321b1f0 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2023

  1. Configuration menu
    Copy the full SHA
    dbcf6ad View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9a558b9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    088ef33 View commit details
    Browse the repository at this point in the history
  4. Minor code fix

    koji-1009 committed Dec 10, 2023
    Configuration menu
    Copy the full SHA
    4042f70 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2023

  1. Fix Android read data after boot

    kecson committed Dec 29, 2023
    Configuration menu
    Copy the full SHA
    b765ad4 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2024

  1. Configuration menu
    Copy the full SHA
    fc9afe9 View commit details
    Browse the repository at this point in the history
  2. Update Secret.hpp

    prateekmedia authored Jan 24, 2024
    Configuration menu
    Copy the full SHA
    da8ab43 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2024

  1. Configuration menu
    Copy the full SHA
    db1b457 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2024

  1. Merge pull request #696 from martin-headspace/chore/add-privacy-manif…

    …ests
    
    iOS - Add Privacy Manifest
    juliansteenbakker authored May 6, 2024
    Configuration menu
    Copy the full SHA
    49765be View commit details
    Browse the repository at this point in the history
  2. Merge pull request #636 from gnunicorn/patch-1

    Adressing MacOS build warnings
    juliansteenbakker authored May 6, 2024
    Configuration menu
    Copy the full SHA
    ac931f4 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #638 from Musaddiq625/patch-1

    Update README.md
    juliansteenbakker authored May 6, 2024
    Configuration menu
    Copy the full SHA
    e03057d View commit details
    Browse the repository at this point in the history
  4. Merge pull request #641 from hoangdat/patch-1

    Implement isCupertinoProtectedDataAvailable and onCupertinoProtectedDataAvailabilityChanged for web platform
    juliansteenbakker authored May 6, 2024
    Configuration menu
    Copy the full SHA
    eeed437 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #664 from kecson/develop

    Fix Android read data after boot
    juliansteenbakker authored May 6, 2024
    Configuration menu
    Copy the full SHA
    11cc153 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #645 from mogol/dependabot/github_actions/subosito…

    …/flutter-action-2.12.0
    
    build(deps): bump subosito/flutter-action from 2.10.0 to 2.12.0
    juliansteenbakker authored May 6, 2024
    Configuration menu
    Copy the full SHA
    2a8adca View commit details
    Browse the repository at this point in the history
  7. Merge pull request #673 from prateekmedia/patch-1

    [LINUX] Fix erase was called on null #616
    juliansteenbakker authored May 6, 2024
    Configuration menu
    Copy the full SHA
    17bfb0d View commit details
    Browse the repository at this point in the history
  8. Merge pull request #662 from koji-1009/resolve_item_empty_error_ios

    Resolve error when no item exist (iOS)
    juliansteenbakker authored May 6, 2024
    Configuration menu
    Copy the full SHA
    019ff76 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a2ba467 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #654 from tenhobi/fix/storage-exposure

    Fix exposure of FSS API
    juliansteenbakker authored May 6, 2024
    Configuration menu
    Copy the full SHA
    351bf3b View commit details
    Browse the repository at this point in the history
  11. Merge pull request #575 from Mino5531/windows_fix

    [Windows] Fix charset problem
    juliansteenbakker authored May 6, 2024
    Configuration menu
    Copy the full SHA
    1762ccb View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    ec839b5 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    ed0e14c View commit details
    Browse the repository at this point in the history
  14. Update js dependency

    ThexXTURBOXx committed May 6, 2024
    Configuration menu
    Copy the full SHA
    1915313 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    8be70eb View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    adc3e7f View commit details
    Browse the repository at this point in the history
  17. Fix implementation

    ThexXTURBOXx committed May 6, 2024
    Configuration menu
    Copy the full SHA
    d17d52a View commit details
    Browse the repository at this point in the history
  18. Add melos to project

    ThexXTURBOXx committed May 6, 2024
    Configuration menu
    Copy the full SHA
    458d186 View commit details
    Browse the repository at this point in the history
  19. Update melos

    This allows for better analyze and format commands
    ThexXTURBOXx committed May 6, 2024
    Configuration menu
    Copy the full SHA
    669f2cd View commit details
    Browse the repository at this point in the history
  20. Migrate CI

    ThexXTURBOXx committed May 6, 2024
    Configuration menu
    Copy the full SHA
    18683dd View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    9125437 View commit details
    Browse the repository at this point in the history
  22. build(deps): bump subosito/flutter-action from 2.12.0 to 2.16.0

    Bumps [subosito/flutter-action](https://github.com/subosito/flutter-action) from 2.12.0 to 2.16.0.
    - [Release notes](https://github.com/subosito/flutter-action/releases)
    - [Commits](subosito/flutter-action@v2.12.0...v2.16.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]>
    dependabot[bot] authored May 6, 2024
    Configuration menu
    Copy the full SHA
    cabda76 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

  1. Fix melos install

    ThexXTURBOXx committed May 7, 2024
    Configuration menu
    Copy the full SHA
    2331764 View commit details
    Browse the repository at this point in the history
  2. Fix typo

    ThexXTURBOXx committed May 7, 2024
    Configuration menu
    Copy the full SHA
    bb2069c View commit details
    Browse the repository at this point in the history
  3. Fix format

    ThexXTURBOXx committed May 7, 2024
    Configuration menu
    Copy the full SHA
    c09a8f9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0b39a3d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ec046cf View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    42d576f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    620c447 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

  1. Configuration menu
    Copy the full SHA
    0f549b6 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #705 from mogol/dependabot/github_actions/subosito…

    …/flutter-action-2.16.0
    
    build(deps): bump subosito/flutter-action from 2.12.0 to 2.16.0
    juliansteenbakker authored May 8, 2024
    Configuration menu
    Copy the full SHA
    c0b716c View commit details
    Browse the repository at this point in the history
  3. Merge pull request #706 from mogol/juliansteenbakker-patch-1

    Update flutter_drive.yml
    juliansteenbakker authored May 8, 2024
    Configuration menu
    Copy the full SHA
    bf74b32 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #680 from ThexXTURBOXx/develop

    Update js dependency and migrate to web
    juliansteenbakker authored May 8, 2024
    Configuration menu
    Copy the full SHA
    7e2321a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    09fb54a View commit details
    Browse the repository at this point in the history
  6. release of v9.1.0

    juliansteenbakker committed May 8, 2024
    Configuration menu
    Copy the full SHA
    ceb9ebe View commit details
    Browse the repository at this point in the history
  7. Merge remote-tracking branch 'origin/develop' into develop

    # Conflicts:
    #	flutter_secure_storage/example/android/app/build.gradle
    #	flutter_secure_storage_web/CHANGELOG.md
    juliansteenbakker committed May 8, 2024
    Configuration menu
    Copy the full SHA
    d552076 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2024

  1. replace dart:html and dart:js_util with package:web and dart:js_inter…

    …op, remove dead code, update dependencies for example
    svenopdehipt committed May 9, 2024
    Configuration menu
    Copy the full SHA
    4d6dba1 View commit details
    Browse the repository at this point in the history
  2. replace JSObject with JSAny for _getAlgorithm, remove subtle file and…

    … use crypto functions from package:web
    svenopdehipt committed May 9, 2024
    Configuration menu
    Copy the full SHA
    f6806ee View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c175c89 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a28a730 View commit details
    Browse the repository at this point in the history
  5. delete jsonwebkey.dart

    svenopdehipt committed May 9, 2024
    Configuration menu
    Copy the full SHA
    074301f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9f8aac6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    38b23e6 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ece61c1 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. Configuration menu
    Copy the full SHA
    1c917c9 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

  1. Configuration menu
    Copy the full SHA
    4a46f85 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

  1. Merge pull request #681 from ThexXTURBOXx/melos

    Add melos to project
    juliansteenbakker authored May 15, 2024
    Configuration menu
    Copy the full SHA
    fd1a688 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4353f67 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5dde870 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3e48ab5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    62cb9ec View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c9f2b62 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    cc30102 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #710 from ztaylor54/develop

    Return nil on iOS read if key is not found
    juliansteenbakker authored May 15, 2024
    Configuration menu
    Copy the full SHA
    65a4d41 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    dd4d5d0 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    908d3f3 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    af41fd9 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    cf4f199 View commit details
    Browse the repository at this point in the history
  13. Merge pull request #698 from svenopdehipt/develop

    Migrate dart:html and package:js to package:web and dart:js_interop
    juliansteenbakker authored May 15, 2024
    Configuration menu
    Copy the full SHA
    d484bdf View commit details
    Browse the repository at this point in the history
  14. style: format

    juliansteenbakker committed May 15, 2024
    Configuration menu
    Copy the full SHA
    8451507 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    27e4d6d View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    63567eb View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    f7d20d2 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    03c42f3 View commit details
    Browse the repository at this point in the history
  19. Merge pull request #715 from mogol/cupertino-protected-data

    feat: add onCupertinoProtectedDataAvailabilityChanged in non breaking way
    juliansteenbakker authored May 15, 2024
    Configuration menu
    Copy the full SHA
    258f1e7 View commit details
    Browse the repository at this point in the history
  20. Merge pull request #712 from gnunicorn/ben-fix-macos-reading-non-shared

    Also set kSecUseDataProtectionKeychain on read for macos
    juliansteenbakker authored May 15, 2024
    Configuration menu
    Copy the full SHA
    947bd80 View commit details
    Browse the repository at this point in the history
  21. release of v1.1.2

    juliansteenbakker committed May 15, 2024
    Configuration menu
    Copy the full SHA
    3d5466c View commit details
    Browse the repository at this point in the history
  22. release of v9.2.0

    juliansteenbakker committed May 15, 2024
    Configuration menu
    Copy the full SHA
    a9db917 View commit details
    Browse the repository at this point in the history
  23. release of v9.2.0

    juliansteenbakker committed May 15, 2024
    Configuration menu
    Copy the full SHA
    3487bc7 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    3986b42 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

  1. Update pubspec.yaml

    PROGrand authored May 16, 2024
    Configuration menu
    Copy the full SHA
    7f9729f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #717 from mtbo-org/develop

    Fix async race condition bug in storage operations
    juliansteenbakker authored May 16, 2024
    Configuration menu
    Copy the full SHA
    f48f43d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ee22926 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    76299dd View commit details
    Browse the repository at this point in the history
  5. Merge pull request #718 from mogol/macos-return-nil

    bug: Macos return nil
    juliansteenbakker authored May 16, 2024
    Configuration menu
    Copy the full SHA
    c1776a0 View commit details
    Browse the repository at this point in the history
  6. release of v3.1.1

    juliansteenbakker committed May 16, 2024
    Configuration menu
    Copy the full SHA
    7ecfd54 View commit details
    Browse the repository at this point in the history
  7. release of v9.2.1

    juliansteenbakker committed May 16, 2024
    Configuration menu
    Copy the full SHA
    eaccd9f View commit details
    Browse the repository at this point in the history

Commits on May 20, 2024

  1. fix: iOS/macOS readAll

    techouse committed May 20, 2024
    Configuration menu
    Copy the full SHA
    f33baaa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    656e4ea View commit details
    Browse the repository at this point in the history
  3. chore: re-apply fix

    techouse committed May 20, 2024
    Configuration menu
    Copy the full SHA
    3a83530 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

  1. fix: fix iOS/macOS deleteAll

    techouse committed May 21, 2024
    Configuration menu
    Copy the full SHA
    76505cd View commit details
    Browse the repository at this point in the history
  2. Merge pull request #719 from techouse/fix/read-all

    fix: [iOS / macOS] pass accessibility to `readAll` and `deleteAll`
    juliansteenbakker authored May 21, 2024
    Configuration menu
    Copy the full SHA
    a325805 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. release of v9.2.2

    juliansteenbakker committed May 22, 2024
    Configuration menu
    Copy the full SHA
    cb30953 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f61d5fe View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6279c07 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c0ccf07 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a0574a1 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

  1. Configuration menu
    Copy the full SHA
    87b9d33 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    65559ac View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d5c2655 View commit details
    Browse the repository at this point in the history
  4. chore: remove unused import

    techouse committed May 23, 2024
    Configuration menu
    Copy the full SHA
    53383da View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    038bb49 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1e48ea7 View commit details
    Browse the repository at this point in the history
  7. fix: fix integration test

    techouse committed May 23, 2024
    Configuration menu
    Copy the full SHA
    8478758 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    080b9db View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    422726c View commit details
    Browse the repository at this point in the history
  10. chore: default to bash shell

    techouse committed May 23, 2024
    Configuration menu
    Copy the full SHA
    e987821 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2024

  1. Configuration menu
    Copy the full SHA
    258eee2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    106bc94 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    11ff426 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a942cc9 View commit details
    Browse the repository at this point in the history
  5. chore: update Gradle files

    techouse committed May 24, 2024
    Configuration menu
    Copy the full SHA
    ea712a5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d16810f View commit details
    Browse the repository at this point in the history
  7. chore: fix integration test

    techouse committed May 24, 2024
    Configuration menu
    Copy the full SHA
    2eeded6 View commit details
    Browse the repository at this point in the history
  8. chore: remove web test

    techouse committed May 24, 2024
    Configuration menu
    Copy the full SHA
    0b2afc3 View commit details
    Browse the repository at this point in the history
  9. chore: remove driver_test

    techouse committed May 24, 2024
    Configuration menu
    Copy the full SHA
    0d71110 View commit details
    Browse the repository at this point in the history
  10. chore: update macOS example

    techouse committed May 24, 2024
    Configuration menu
    Copy the full SHA
    b85e3c1 View commit details
    Browse the repository at this point in the history
  11. chore: update macOS example

    techouse committed May 24, 2024
    Configuration menu
    Copy the full SHA
    96927f6 View commit details
    Browse the repository at this point in the history
  12. chore: add timeouts to test

    techouse committed May 24, 2024
    Configuration menu
    Copy the full SHA
    fdc0e4c View commit details
    Browse the repository at this point in the history
  13. chore: add AVD cache

    techouse committed May 24, 2024
    Configuration menu
    Copy the full SHA
    e1b765f View commit details
    Browse the repository at this point in the history
  14. chore: add AVD cache

    techouse committed May 24, 2024
    Configuration menu
    Copy the full SHA
    bd3cc32 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    9a12e96 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2024

  1. Configuration menu
    Copy the full SHA
    9a7eb87 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

  1. Configuration menu
    Copy the full SHA
    8eff488 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    038c749 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. Update README.md

    update link to documentation for EncryptedSharedPreferences
    bbjay authored Jun 17, 2024
    Configuration menu
    Copy the full SHA
    91fc720 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

  1. Fix for issue #711

    The specified item already exists in the keychain.
    Frank Teller committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    2e42214 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from frank-applab/develop

    Fix for issue #711
    frankteller-de authored Jul 9, 2024
    Configuration menu
    Copy the full SHA
    28cae4f View commit details
    Browse the repository at this point in the history
  3. fix README.md

    Frank Teller committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    a4c7410 View commit details
    Browse the repository at this point in the history
  4. Update README.md

    frankteller-de authored Jul 9, 2024
    Configuration menu
    Copy the full SHA
    3a49186 View commit details
    Browse the repository at this point in the history
  5. read function improved

    Frank Teller committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    26ec3f8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b93d132 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #2 from frank-applab/develop

    read function improved
    frankteller-de authored Jul 9, 2024
    Configuration menu
    Copy the full SHA
    6f80352 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0d2970a View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2024

  1. Update build.gradle

    frankteller-de authored Jul 18, 2024
    Configuration menu
    Copy the full SHA
    cefd91f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cfe44e6 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2024

  1. Configuration menu
    Copy the full SHA
    1d7b32b View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2024

  1. Merge pull request #722 from techouse/chore/drive-ios

    chore: fix/update example & integration CI
    juliansteenbakker authored Aug 13, 2024
    Configuration menu
    Copy the full SHA
    2f49b61 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #751 from frankteller-de/develop

    Fix for issue #711: The specified item already exists in the keychain, iOS Code -25299, -25300
    juliansteenbakker authored Aug 13, 2024
    Configuration menu
    Copy the full SHA
    7880471 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    16a44e5 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #741 from bbjay/patch-1

    Update README.md
    juliansteenbakker authored Aug 13, 2024
    Configuration menu
    Copy the full SHA
    bcb605d View commit details
    Browse the repository at this point in the history
  5. Merge pull request #756 from gnunicorn/ben-fix-linux-secret-store-pro…

    …blem
    
    json.dump with indentations for linux
    juliansteenbakker authored Aug 13, 2024
    Configuration menu
    Copy the full SHA
    5b79a3a View commit details
    Browse the repository at this point in the history
  6. Merge pull request #731 from koji-1009/fix/web_delete_all

    feat: Improve deleteAll in FlutterSecureStorageWeb
    juliansteenbakker authored Aug 13, 2024
    Configuration menu
    Copy the full SHA
    8ee932f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    484658e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    105e13f View commit details
    Browse the repository at this point in the history
  9. Merge pull request #764 from CodeDoctorDE/bump/web-1.0

    Lower boundary of web dependency
    juliansteenbakker authored Aug 13, 2024
    Configuration menu
    Copy the full SHA
    bf9839d View commit details
    Browse the repository at this point in the history
  10. Merge pull request #736 from Skycoder42/develop

    Add useDataProtectionKeyChain parameter to macOS options
    juliansteenbakker authored Aug 13, 2024
    Configuration menu
    Copy the full SHA
    9aa3938 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    c53ee6e View commit details
    Browse the repository at this point in the history
  12. doc: Update README

    koji-1009 committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    aff6595 View commit details
    Browse the repository at this point in the history
  13. Merge pull request #730 from koji-1009/feat/wrap_key

    feat: Support for wrap and unwrap key on web platform
    juliansteenbakker authored Aug 13, 2024
    Configuration menu
    Copy the full SHA
    e74f188 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    1bb7e83 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    25afee4 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    471d331 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    769824f View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    25d2037 View commit details
    Browse the repository at this point in the history
  19. Merge branch 'refs/heads/develop' into doc-apple

    # Conflicts:
    #	flutter_secure_storage/lib/options/apple_options.dart
    juliansteenbakker committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    b1241bb View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    916ff6b View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    7bc5dab View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    0268e66 View commit details
    Browse the repository at this point in the history
  23. Merge pull request #770 from mogol/doc-apple

    doc: add docs for apple options
    juliansteenbakker authored Aug 13, 2024
    Configuration menu
    Copy the full SHA
    bb637b4 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2024

  1. Configuration menu
    Copy the full SHA
    5a5692b View commit details
    Browse the repository at this point in the history