Category: Flutter

Exception while building flutter release

Here is the exception i was keep getting while running “flutter build appbundle” To identify what is causing issue, i commented all arguments inside android function of build.gradle then uncommented one by one and ran the command. Finally identified while adding below lines i am getting error, The problem here is, the gradle build is […]

Unable to find specific Icons in flutter

I encounter this error “flutter material icons-the getter ‘currency_rupee’ isn’t defined for the type ‘Icons‘” when I try to add ‘currency_rupee’ in one of my mobile development. This can be fixed using below solutions, 1. Make sure to use latest flutter version Download later version of flutter from https://docs.flutter.dev/get-started/install and verify of your Icons.dart file […]