Koji Wakamiya

Results 18 issues of Koji Wakamiya

Fixes #391 On iOS, `readAll` (or `deleteAll`) will return error code `errSecItemNotFound`(`-25300`) if the item does not exist in the keychain. This is due to the error code `errSecItemNotFound` returned...

I added following fix. * Used constructors added in [web 0.5.1](https://pub.dev/packages/web/changelog#051) * Avoided crash related to nullability (MediaTrackSettings.facingMode) * Update implementation of extension types Thanks for the useful library.

Fix firefox startup path, as `dart test -p firefox` can no longer be executed on macOS. close #2194 I checked the workflow and both macos and firefox are removed from...

When I try to run the test code for the browser API, I cannot run the test using firefox. Note that if `-p chrome` is specified, it works fine. ```console...

ref https://github.com/ScerIO/packages.flutter/pull/493 I updated universal_file and internet_file to support dart 3.3.

Since macos-latest has been updated to arm64 machines, `test_print_output` has been split between x64 and arm64. Flutter sdk for arm64 has been provided since v3.0.0, so only versions after v3.0.0...

Remove the macos-14 designation from matrix because macos-latest is now macos-14. The `test_print_output` is not updated to macos-latest because the test assumes that it works on intel mac. https://github.blog/changelog/2024-04-01-macos-14-sonoma-is-generally-available-and-the-latest-macos-runner-image/ ref:...

I have resolved the failure of the action for two reasons. 1. error due to comparison of bool values instead of String 2. error due to macos-latest being an arm64...

## Description * Updated project to flutter 3.22.0 * Removed fvm and modified to use stable version. * Updated android,ios,web,macos,windows projects * Updated codegen package and re-create code Fixes #issue_number...

enhancement

https://github.com/mogol/flutter_secure_storage/blob/v9.2.2/flutter_secure_storage/lib/options/apple_options.dart https://github.com/mogol/flutter_secure_storage/blob/v9.2.2/flutter_secure_storage/lib/options/ios_options.dart In AppleOptions and IOSOptions, `synchronizable` and `accessibility` are treated as non-null values. Also, since it is defined as `Map` in Dart, it can be treated as `[String :...