This is the first time in my life that I am asking a question in a forum. I am really desperate. I have added Google Signin with the plugin google_sign_in: ^4.5.6 to my app but as soon as I add the plugin flutter_facebook_auth: ^2.0.0+1 or flutter_facebook_login: ^3.0.0 and I start my app, I get the following error:
MissingPluginException (MissingPluginException(No implementation found for method getAll on channel plugins.flutter.io/shared_preferences))
Please help me! Thank you so much!
UPDATE: Flutter clean or rebuild did not help
Run
flutter clean(or remove your build manually). If u are on IOS runpod installand then andflutter runUpdate 1: Check if the Shared Preference plugin has been already registerd inside the
GeneratedPluginRegistrant?