price_converter 0.0.1 copy "price_converter: ^0.0.1" to clipboard
price_converter: ^0.0.1 copied to clipboard

Convert price with or without currency & formatter

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add price_converter

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  price_converter: ^0.0.1

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:price_converter/price_converter.dart';
6
likes
130
points
25
downloads
screenshot

Publisher

verified publisherpackzo.dev

Weekly Downloads

Convert price with or without currency & formatter

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter, intl

More

Packages that depend on price_converter