Flutter – Getting this FormatException: Invalid double when parsing a string to double
I am trying to convert a string to a double by using the double.parse() method. When I use this, I am getting this error: FormatException: Invalid double This is the value of salePriceController.text: $4,249,000.00 Here is the code for what…