I updated my info.plist, and my app is registered on facebook developer with http://localhost:8080 as the OAuth redirect URL, but I got this MissingPluginException.
After looking it up, someone suggested adding SharedPreferences.setMockInitialValues({});
This got rid of the the error but flutter_facebook_connect is still not working. Is there something I could be missing?