gulf_currency 2.0.0 copy "gulf_currency: ^2.0.0" to clipboard
gulf_currency: ^2.0.0 copied to clipboard

Format currency text and widgets for AED, SAR, OMR, and MVR with bundled official symbol fonts, plus generic locale-based formatting for every other currency.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add gulf_currency

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

dependencies:
  gulf_currency: ^2.0.0

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:gulf_currency/gulf_currency.dart';
1
likes
160
points
32
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Format currency text and widgets for AED, SAR, OMR, and MVR with bundled official symbol fonts, plus generic locale-based formatting for every other currency.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter, intl

More

Packages that depend on gulf_currency