How to remove flutter_facebook_auth packages from flutter app?
I would like to remove the following packages from my flutter app: flutter_facebook_auth: flutter_facebook_auth_platform_interface flutter_facebook_auth_web My app does not use Facebook auth. It is not enabled as one of the sign-in providers in the Firebase console. It is also not…