If I clean my Flutter project (Android Studio), double is fine. I must do a pub get to get all the classes I am using. After the pub get double is not a type anymore. A few doubles are all right but most are an undefined error.
The implication is that one of the libraries in the pub get is messing up the basic double type.
I hope to get some recommendations on how to figure out this problem.
Where are the libraries that pub get retrieves? Are they simply files I can rename to avoid the pub get to figure out the offender?
Thanks for any help.