easy_price 0.0.8 copy "easy_price: ^0.0.8" to clipboard
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

Currency

1
likes
130
points
50
downloads

Publisher

unverified uploader

Weekly Downloads

Easy price will easier your price showing things

Repository (GitHub)

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter

More

Packages that depend on easy_price