Flutter – This is a currency converter app . Why cant i divide it?
im trying to divide a number by 23 in flutter I expected to directly get a number back but instead i got this error The operator '/' isn't defined for the type 'String'. Try defining the operator '/'. My code…