`cloud_firestore` doesn’t have a main class defined
Currently i receive error after i run flutter clean
, before this it’s fine to run but suddenly now receive below error
When deploying a flutter web app to firebase using firebase deploy can’t find eslint config file
I am trying to deploy a flutter web app to firebase using firebase deploy but I keep getting an error. This is the output from the deploy:
Trying to deploy web app through firebase deploy command but it is not finding eslint
I am trying to deploy my flutter app to a firebase hosted website. I use the firebase deploy command but I am getting an error for eslint.
Flutter Web Dynamic URL Preview
I am trying to achieve dynamic URL Preview for flutter web by following this article, but this provide solution for Firebase Hosting only and i am uploading my flutter web on different server.