currencylistpicker 0.0.2-nullsafety.0 copy "currencylistpicker: ^0.0.2-nullsafety.0" to clipboard
currencylistpicker: ^0.0.2-nullsafety.0 copied to clipboard

Flutter plugin project to pick currency code, will show currency name and ISO currency codes.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add currencylistpicker

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

dependencies:
  currencylistpicker: ^0.0.2-nullsafety.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:currencylistpicker/currencylistpicker.dart';
2
likes
70
pub points
33%
popularity

Publisher

verified publisheryantra.cloud

Flutter plugin project to pick currency code, will show currency name and ISO currency codes.

Repository (GitLab)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter, flutter_web_plugins, intl

More

Packages that depend on currencylistpicker