I am working on a flutter app with banking numbers, and therefore only needs two decimal numbers. Is there a way to round every number automatically in my whole project at once ?
The idea is to not use amount.toStringAsFixed(2)
all the time.
I am working on a flutter app with banking numbers, and therefore only needs two decimal numbers. Is there a way to round every number automatically in my whole project at once ?
The idea is to not use amount.toStringAsFixed(2)
all the time.