文件最后提交记录最后更新时间
Update espresso dependencies (#7048) - **Update espresso dependencies** fixes #1511881 年前
[many] Remove references to v1 embedding (#6494) I have a WIP effort to remove the v1 embedding entirely (https://github.com/flutter/flutter/pull/146523 is the latest pr). registerWith references the v1 embedding, which has been deprecated for many years, so this PR removes it from all plugins. Also removes some additional references, see in particular these three commits: 1. Modifies private ActivityState class to remove PluginRegistry.Registrar member in image_picker: https://github.com/flutter/packages/pull/6494/commits/c2e4c872917a32c61d77a72b3f2e8fe25c3d6599 2. Replaces FlutterMain.getLookupKeyForAsset() with FlutterLoader.getLookupKeyForAsset() in google_maps plugin: https://github.com/flutter/packages/pull/6494/commits/73c3de3807dc20333536affb86c87b82ac267bf9 3. Removes deprecated RegistrarFlutterAssetManager class in webview_flutter: https://github.com/flutter/packages/pull/6494/commits/cc842c69b2ed2a5e5c203d7c9514605823225b07 Fixes https://github.com/flutter/flutter/issues/709231 年前