easy_price 0.0.2
easy_price: ^0.0.2 copied to clipboard
Easy price will easier your price showing things
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,
)
Installation #
dependencies:
easy_price: ^0.0.1;