[many] Remove references to v1 embedding by gmackall · Pull Request #6494 · flutter/packages
This was referenced
Apr 9, 2024auto-submit bot pushed a commit to flutter/flutter that referenced this pull request
Apr 10, 2024flutter/engine#51229 blocked [the roll](#146522) and had to be reverted, which is a shame, but on the bright side it made it possible to point the framework at my removal pr, at the point of its merging the first time This fixes all errors that are fixable in the framework that would have blocked the roll. There are some that aren't fixable here (they need to be fixed in the engine)*, so I'll fix those in the engine but unfortunately I can't pick up another version here to re-test until I try to roll again � *This category is: uses of plugins that in turn have a `registerWith`, that references the v1 embedding. The plan to fix these cases is to leave the interface that that method relies on around for now. See flutter/packages#6494 (comment) for details
This was referenced
Aug 8, 2024dko5ki23t pushed a commit to dko5ki23t/google_maps_flutter_improved that referenced this pull request
May 24, 2025…#6494 (#6923) There were some additional v1 Android embedding references missed by flutter/packages#6494. This PR aims to remove those missed references. I built the android example app of each plugin affected here on the [deletion branch](flutter/engine#52022) to be completely sure: Final testing, I tested that the `all_packages` app builds on the v1 embedding deletion branch: ``` $ ./.ci/scripts/create_all_packages_app.sh && cd all_packages ... $ flutter build apk --debug --local-engine-src-path=/Users/mackall/development/engine/src --local-engine=android_debug_arm64 --local-engine-host=host_debug Running Gradle task 'assembleDebug'... 4.8s â�� Built build/app/outputs/flutter-apk/app-debug.apk ``` ð��� Linux repo checks are failing ``` The following packages had errors: packages/google_maps_flutter/google_maps_flutter: Missing CHANGELOG change packages/palette_generator: Missing CHANGELOG change packages/quick_actions/quick_actions: Missing CHANGELOG change packages/webview_flutter/webview_flutter: Missing CHANGELOG change ``` The only changes to these packages are `xml` changes to example apps which won't cause build failures even when the v1 embedding is deleted (they will just be unused). So I believe these changes should be version exempt.
mauriziopinotti added a commit to easyhour/hms-flutter-plugin that referenced this pull request
May 28, 2025This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters