Flutter Error: Execution failed for task ‘:app:compileFlutterBuildDebug
Limited Time Offer!
For Less Than the Cost of a Starbucks Coffee, Access All DevOpsSchool Videos on YouTube Unlimitedly.
Master DevOps, SRE, DevSecOps Skills!
Solution:
- First delete your
build
folder - Clean Flutter by using
flutter clean
- Then click on
pub get
in yourpubspec.yaml
file - Build again your project