currencylistpicker 0.0.1-nullsafety.1 copy "currencylistpicker: ^0.0.1-nullsafety.1" to clipboard
currencylistpicker: ^0.0.1-nullsafety.1 copied to clipboard

outdated

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.1-nullsafety.1

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
0
pub points
38%
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

License

unknown (LICENSE)

Dependencies

flutter, flutter_web_plugins, intl

More

Packages that depend on currencylistpicker