country_currency_pickers 2.0.0 country_currency_pickers: ^2.0.0 copied to clipboard
Countries, codes, flags, currency and several way of picking them at your service...one widget away...
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add country_currency_pickers
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
country_currency_pickers: ^2.0.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:country_currency_pickers/countries.dart';
import 'package:country_currency_pickers/country.dart';
import 'package:country_currency_pickers/country_picker_cupertino.dart';
import 'package:country_currency_pickers/country_picker_dialog.dart';
import 'package:country_currency_pickers/country_picker_dropdown.dart';
import 'package:country_currency_pickers/country_pickers.dart';
import 'package:country_currency_pickers/currency_picker_cupertino.dart';
import 'package:country_currency_pickers/currency_picker_dialog.dart';
import 'package:country_currency_pickers/currency_picker_dropdown.dart';
import 'package:country_currency_pickers/utils/my_alert_dialog.dart';
import 'package:country_currency_pickers/utils/typedefs.dart';
import 'package:country_currency_pickers/utils/utils.dart';