currency_pick 0.0.1
currency_pick: ^0.0.1 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_pickThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
currency_pick: ^0.0.1Alternatively, 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';