Closed
Description
I get this build error whenever I try to build my flutter web project
webdev could not run for this project.
You have a dependency on firebase_auth
which is not supported for flutter_web tech preview. See https://flutter.dev/web for more details.
the firebase_auth plugin works fine on web when I run the app. Now that the firebase_auth plugin works on web and there is no need to import firebase_auth_web how can the dependency builder recognize that it is now supporting the web ?