I've been trying to build an apk for my app but its failing and I don't understand why this is what is shwoing
CodePudding user response:
Generally, for errors that seem odd like this, running flutter clean then flutter pub get in the terminal helps.
CodePudding user response:
Try add this when build your apk --no-tree-shake-icons

