darwin-morocho / flutter-facebook-auth

A flutter plugin to add login with facebook in your flutter app
193 stars 127 forks source link

Temporary fix for iOS Flutter Build #311

Closed bgoncharuck closed 1 year ago

bgoncharuck commented 1 year ago

https://github.com/facebook/facebook-ios-sdk/issues/2121

bgoncharuck commented 1 year ago

In pubspec.yaml

  flutter_facebook_auth:
    git:
      url: https://github.com/darwin-morocho/flutter-facebook-auth.git
      ref: 1ba68fa7357075740591b31a511bb9ba67c8740c # pragma: allowlist secret
      path: facebook_auth
darwin-morocho commented 1 year ago

@bgoncharuck thanks for your PR, but I think that for users who are getting this issue they can use the 14.x version instead of downgrading the facebook ios sdk in this plugin

bgoncharuck commented 1 year ago

@darwin-morocho Using 14 version of plugin can break Android dependencies. It is for one who needs 14 version only for iOS, because higher ones are broken. I guess it is a good solution untill issue is not fixed, can't say it's best