finap_currency_helper 0.0.2 copy "finap_currency_helper: ^0.0.2" to clipboard
finap_currency_helper: ^0.0.2 copied to clipboard

Currency related utility functions.

Currency Helper

Features #

  1. Remove ',' from amount `

Getting started #

This package can be used without any dependency

Usage #

const amount = '23,332.00';
CurrencyHelper currencyHelper = CurrencyHelper();
const formattedAmount = currencyHelper.trimCommaOfString(amount);
// Formatted Amount should be like '23332.00'
0
likes
100
pub points
11%
popularity

Publisher

unverified uploader

Currency related utility functions.

Homepage

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on finap_currency_helper