文件最后提交记录最后更新时间
[image_picker] Update for non-nullable generics in Pigeon (#7775) Updates to the latest version of Pigeon to pick up support for non-nullable generics, and removes the now-unnecessary casting. Also fixes some use of dynamic that was missed during the initial conversion to Pigeon, causing us to unnecessarily discard type safety that Pigeon had been providing. Part of https://github.com/flutter/flutter/issues/1558911 年前
[various] Update Pigeon for task queue changes (#8654) Picks up the changes to task queue code generation in Pigeon 24.2.0, so that calls to different background methods will be serialized within the whole group, rather than by individual method, as that was how they were intended to work in the first place (and was how the plugins worked when delegation to a background thread was done manually with the plugin, before adopting task queues)1 年前