Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update iOS KeyCodeMap dictionary literal and migrate to ARC (#51981)
Framework template updated in flutter/flutter#146481. See [gen_keycodes README](https://github.com/flutter/flutter/tree/master/dev/tools/gen_keycodes ) for details. Fixes flutter/flutter#146480 `-Wobjc-redundant-literal-use` error. Note `-Wobjc-redundant-literal-use` is already on for clang-tidy https://github.com/flutter/engine/blob/6dc91bff96a56513a57ed5dd036fb16d25c945fd/.clang-tidy#L13 but in this case it's only true triggered when the file is compiled with ARC. When I migrated this file to ARC as part of flutter/flutter#137801, it triggered the error.
- Loading branch information