easy_price

Creator: coderz1093

Last updated:

0 purchases

easy_price Image
easy_price Images

Languages

Categories

Add to Cart

Description:

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

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.