gulf_currency 2.0.0
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_currencyThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
gulf_currency: ^2.0.0Alternatively, 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';