An open API service indexing awesome lists of open source software.

https://github.com/jogboms/money.dart

💵 A currency formatting utility
https://github.com/jogboms/money.dart

Last synced: about 1 month ago
JSON representation

💵 A currency formatting utility

Awesome Lists containing this project

README

          

# 💵 Money

[![Build](https://github.com/jogboms/money.dart/actions/workflows/build.yml/badge.svg)](https://github.com/jogboms/money.dart/actions/workflows/build.yml) [![codecov](https://codecov.io/gh/jogboms/money.dart/branch/master/graph/badge.svg)](https://codecov.io/gh/jogboms/money.dart)

A currency formatting utility built on top of [package:intl](https://pub.dev/packages/intl)

## 🎖 Installing

```yaml
dependencies:
money:
git: https://github.com/jogboms/money.dart.git
```

## 🎮 Usage

See [money_test.dart](./test/money_test.dart) for what is possible.

## ⭐ License

MIT License