flutter_web_auth_2 icon indicating copy to clipboard operation
flutter_web_auth_2 copied to clipboard

Swift Package Manager Support

Open lishaduck opened this issue 11 months ago • 2 comments
trafficstars

Is your feature request related to a problem? Please describe.

Not really.

Describe the solution you'd like

Add in swiftpm support.

Describe alternatives you've considered

Wait for swiftpm to be the default.

Additional context

Flutter is switching to use the Swift Package Manager instead of Cocoapods. Each plugin a package depends on needs to be updated before a project can upgrade.

Also, I'm on macOS. I haven't written Swift in ages, but I'd be willing to give this a shot!

lishaduck avatar Dec 22 '24 00:12 lishaduck

Feel free to propose a PR. However, I probably won't merge it until it is stable and the default. As long as Cocoapods is the default and one needs to explicitly enable the new system, there is really no point in migrating

ThexXTURBOXx avatar Dec 22 '24 07:12 ThexXTURBOXx

If someone wants to tackle this: now would be a great time as 5.x is still in alpha and hence this breaking change would be not too bad :)

ThexXTURBOXx avatar Mar 12 '25 16:03 ThexXTURBOXx

Oh, by the way, I did finally get a chance a week or two ago to run an app with SwiftPM, on an actual iPad, using #165 and it works like a charm! Thanks again!

lishaduck avatar Oct 01 '25 18:10 lishaduck