文件最后提交记录最后更新时间
[local_auth] Windows support. (#4806) 3 年前
[various] Clean up C++ formatting (#7272) Some C++ no-body constructors had stray ;s after them, which cause weird formatting. This removes them all, which is purely a formatting change with no runtime implications.1 年前
[various] Set cmake_policy versions (#3828) Use of FetchContent with default policy settings has a warning starting with CMake 3.24. This opts those plugins into new behaviors for everything up through 3.24 to avoid those warnings. The VERSION is used rather than an explicity policy setting since this is the approach recommended by CMake docs. For any policies that we aren't currently hitting, we would want new behavior by default in the future so that we don't accidentally depend on deprecated behavior. See https://github.com/flutter/flutter/issues/1168663 年前
[local_auth] Convert Windows to Pigeon (#7012) Updates local_auth_windows to use Pigeon, and moves to a more platform-tailored and Dart-centric implementation (rather than keeping the previous cross-platform method channel interface that the current implementation was duplicated from): - Eliminates deviceSupportsBiometrics from the platform interface, since it's always the same as isDeviceSupported, in favor of doing that mapping in Dart. - Eliminates getEnrolledBiometrics from the platform interface, since it was the same implementation as isDeviceSupported just with a different return value, in favor of doing that logic in Dart. - Moves throwing for the biometricOnly option to the Dart side, simplifying the native logic. Related changes: - Adds a significant amount of previously-missing Dart unit test coverage. - Removes the biometricOnly UI from the example app, since it will always fail. Part of https://github.com/flutter/flutter/issues/1179123 年前
[various] Clean up C++ formatting (#7272) Some C++ no-body constructors had stray ;s after them, which cause weird formatting. This removes them all, which is purely a formatting change with no runtime implications.1 年前
[local_auth] Windows support. (#4806) 3 年前
[various] Update Windows packages to Pigeon 21 (#7180) Updates all Windows platform implementation packages to use the latest version of Pigeon. The main motivation was picking up the enum naming fix, but I figured I'd do all of them at once, even if they didn't use enums.1 年前
[various] Update Windows packages to Pigeon 21 (#7180) Updates all Windows platform implementation packages to use the latest version of Pigeon. The main motivation was picking up the enum naming fix, but I figured I'd do all of them at once, even if they didn't use enums.1 年前