0 purchases
easy price
Hey coders this is currency converter
Features #
long or largest numerical amount will be human readable value.
Getting started #
List prerequisites and provide or point to information on how to
start using the package.
Usage #
Easy Price is a simple package that can be used to show price in human readable
EasyPrice(
price: 1750000,
currencyType: 'inr',
precision: 1,
)
copied to clipboard
for additional styling of currency symbol & Easy Price #
EasyPrice(
price: 1750000,
currencyType: 'inr',
precision: 1,
currencyStyle:TextStyle(color:Colors.red),
textStyle:TextStyle(color:Colors.blue),
)
copied to clipboard
Installation #
dependencies:
easy_price: ^0.0.5;
copied to clipboard
##Example
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.