How do I run "flutter clean" from the root of my flutter project?
In the beginning, I had an error that states: "Dart library 'dart:ui' is not available on this platform". I'm running it on Android which is supported by flutter, so I made sure that I have the latest version of Flutter…