currency_code_to_currency_symbol 0.0.4
currency_code_to_currency_symbol: ^0.0.4 copied to clipboard
Currency code to currency symbol
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add currency_code_to_currency_symbolThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
currency_code_to_currency_symbol: ^0.0.4Alternatively, 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:currency_code_to_currency_symbol/currency_code_to_currency_symbol.dart';