Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use Swift Package Manager in plugins' example apps #148021

Open
loic-sharma opened this issue May 8, 2024 · 0 comments
Open

Use Swift Package Manager in plugins' example apps #148021

loic-sharma opened this issue May 8, 2024 · 0 comments
Labels
P2 Important issues not at the top of the work list package flutter/packages repository. See also p: labels. platform-ios iOS applications specifically team-ios Owned by iOS platform team triaged-ios Triaged by iOS platform team

Comments

@loic-sharma
Copy link
Member

⚠️ This is blocked until the Swift Package Manager feature config is enabled by default.

As part of #146922, packages were updated to support Swift Package Manager.

However, their example apps' .pbxproj and .xcscheme files were not updated to switch to Swift Package Manager. This is blocked until the Flutter tool's Swift Package Manager feature is enabled by default.

You can migrate these files by running the app with the Swift Package Manager feature enabled:

// Ensure the Swift Package Manager is enabled
flutter config --enable-swift-package-manager

// Run the app. The tool migrates the `.pbxproj` and `.xcscheme` files.
flutter run
@loic-sharma loic-sharma added platform-ios iOS applications specifically package flutter/packages repository. See also p: labels. P2 Important issues not at the top of the work list team-ios Owned by iOS platform team triaged-ios Triaged by iOS platform team labels May 8, 2024
auto-submit bot pushed a commit to flutter/packages that referenced this issue May 10, 2024
Adds Swift Package Manager support to `local_auth_darwin`.

This does not migrate the example app's Xcode project to use Swift Package Manager, that's tracked by flutter/flutter#148021.

Fixes flutter/flutter#146911
TecHaxter pushed a commit to TecHaxter/flutter_packages that referenced this issue May 22, 2024
…#6708)

Adds Swift Package Manager support to `local_auth_darwin`.

This does not migrate the example app's Xcode project to use Swift Package Manager, that's tracked by flutter/flutter#148021.

Fixes flutter/flutter#146911
arc-yong pushed a commit to Arctuition/packages-arc that referenced this issue Jun 14, 2024
…#6708)

Adds Swift Package Manager support to `local_auth_darwin`.

This does not migrate the example app's Xcode project to use Swift Package Manager, that's tracked by flutter/flutter#148021.

Fixes flutter/flutter#146911
auto-submit bot pushed a commit to flutter/packages that referenced this issue Jul 10, 2024
…7091)

Adds Swift Package Manager support to `webview_flutter_wkwebview`.

This does not migrate the example app's Xcode project to use Swift Package Manager, that's tracked by flutter/flutter#148021.

Fixes flutter/flutter#146917
auto-submit bot pushed a commit to flutter/packages that referenced this issue Jul 10, 2024
Adds Swift Package Manager support to `camera_avfoundation`.

This does not migrate the example app's Xcode project to use Swift Package Manager, that's tracked by flutter/flutter#148021.

Fixes flutter/flutter#146902
bill-skdnd pushed a commit to skdnd-metaspace/webview_flutter_wkwebview that referenced this issue Aug 2, 2024
…(#7091)

Adds Swift Package Manager support to `webview_flutter_wkwebview`.

This does not migrate the example app's Xcode project to use Swift Package Manager, that's tracked by flutter/flutter#148021.

Fixes flutter/flutter#146917
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
P2 Important issues not at the top of the work list package flutter/packages repository. See also p: labels. platform-ios iOS applications specifically team-ios Owned by iOS platform team triaged-ios Triaged by iOS platform team
Projects
None yet
Development

No branches or pull requests

1 participant