Tag: flutter

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 […]