currency_pick 0.0.2 copy "currency_pick: ^0.0.2" to clipboard
currency_pick: ^0.0.2 copied to clipboard

Currency_pick is a Flutter package that allows users to select currencies easily. It provides a user-friendly dropdown or dialog interface to pick a currency, returning details like currency name, sym [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add currency_pick

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

dependencies:
  currency_pick: ^0.0.2

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:currency_pick/currency_pick.dart';
6
likes
105
points
39
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Currency_pick is a Flutter package that allows users to select currencies easily. It provides a user-friendly dropdown or dialog interface to pick a currency, returning details like currency name, symbol, and code

License

GPL-3.0 (license)

Dependencies

cached_network_image, flutter

More

Packages that depend on currency_pick