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
45
points
42
downloads

Documentation

API reference

Publisher

verified publisheryantra.cloud

Weekly Downloads

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

Repository (GitLab)
View/report issues

License

MIT (license)

Dependencies

flutter, flutter_web_plugins, intl

More

Packages that depend on currencylistpicker

Packages that implement currencylistpicker