Skip to content

Help: How can I disable rounding? #883

Open
@SamMotta

Description

I need to ignore de fourth decimal place:

It formats: 0.0325 => 0.033
But I need to format to: 0.032

final numberFormat = NumberFormat('0.000', 'pt_BR');
return numberFormat.format(this);

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions