When using SwiftPM, plugin iOS and macOS example apps need to add the plugin as a local package override in order to get Xcode live errors and analysis.
The Flutter CLI will attempt to do in automatically when running flutter build or flutter run, but not all projects are compatible and must be done manually.
We should ensure that every plugin has done this migration and is checked in.
See manual instructions: https://docs.flutter.dev/packages-and-plugins/swift-package-manager/for-plugin-authors#optional-but-recommended-add-plugin-as-local-package-in-example-app
When using SwiftPM, plugin iOS and macOS example apps need to add the plugin as a local package override in order to get Xcode live errors and analysis.
The Flutter CLI will attempt to do in automatically when running
flutter buildorflutter run, but not all projects are compatible and must be done manually.We should ensure that every plugin has done this migration and is checked in.
See manual instructions: https://docs.flutter.dev/packages-and-plugins/swift-package-manager/for-plugin-authors#optional-but-recommended-add-plugin-as-local-package-in-example-app