number_formatter2 0.0.1
number_formatter2: ^0.0.1 copied to clipboard
A simple number formatting utility for Flutter and Dart that formats numbers with commas and decimal points, e.g. 1,000.00
name: number_formatter description: A simple library for formatting numbers with commas and decimals. version: 1.0.0 author: Fatuma Chitu homepage: https://github.com/chirtu/number_formatter repository: https://github.com/chirtu/number_formatter
environment: sdk: ">=2.17.0 <4.0.0"
dependencies: intl: ^0.18.1