-
Notifications
You must be signed in to change notification settings - Fork 136
🐛 [firebase_ui_auth] Swift Package Manager (SPM) support #454
Copy link
Copy link
Open
Labels
Keep OpenKeep PR or issue openKeep PR or issue openNeeds AttentionOP created or responded to issue and it needs attention.OP created or responded to issue and it needs attention.authplatform: iosIssues / PRs which are specifically for iOS.Issues / PRs which are specifically for iOS.platform: macosIssues / PRs which are specifically for MacOSIssues / PRs which are specifically for MacOS
Metadata
Metadata
Assignees
Labels
Keep OpenKeep PR or issue openKeep PR or issue openNeeds AttentionOP created or responded to issue and it needs attention.OP created or responded to issue and it needs attention.authplatform: iosIssues / PRs which are specifically for iOS.Issues / PRs which are specifically for iOS.platform: macosIssues / PRs which are specifically for MacOSIssues / PRs which are specifically for MacOS
Type
Fields
Give feedbackNo fields configured for issues without a type.
Is there an existing issue for this?
What plugin is this bug for?
Firebase UI OAuth, Firebase UI Auth
What platform(s) does this bug affect?
macOS, iOS
List of dependencies used.
flutter pub deps -s list
Steps to reproduce
firebase_ui_authorfirebase_ui_oauthfirebase_ui_oauthpulls in https://pub.dev/packages/desktop_webview_auth which does not support SPMExpected Behavior
The package should work with SPM.
Actual Behavior
The package does not work with SPM.
Additional Information
I created invertase/flutter_desktop_webview_auth#64 to track SPM support there as well.