easy_price 0.0.8
easy_price: ^0.0.8 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,
)
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),
)
Installation #
dependencies:
easy_price: ^0.0.5;
##Example