country_currency_pickers 1.0.0 copy "country_currency_pickers: ^1.0.0" to clipboard
country_currency_pickers: ^1.0.0 copied to clipboard

outdated

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: ^1.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_pickers.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/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';
31
likes
0
pub points
95%
popularity

Publisher

verified publisherlearnpainless.com

Countries, codes, flags, currency and several way of picking them at your service...one widget away...

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on country_currency_pickers