'Execution failed for task ':app:compileFlutterBuildRelease' - this meassage appears when i tried to build AppBundle in Android Studio for Flutter

I have completed editing the entire code, but when I tried to build appbundle, it did not work.

Please note-

  1. Flutter is installed in my laptop. 2.I have created bin folder in Environment variables>Path>C\users\user_name\documents\flutter\bin
  2. Java script is installed in my laptop
  3. I have disabled my antivirus

image 1image 2

Execution always keep failing,this message appears.



Solution 1:[1]

missing icon

The error in the console states that you have used icon Icons.pie_chart_outlined, which does not exits. Possible replacement can be Icons.pie_chart_outline_outlined or Icons.pie_chart_outline

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Jain