flutter_simple_country_picker 0.5.0
flutter_simple_country_picker: ^0.5.0 copied to clipboard
An easy-to-use country selection widget for Flutter. Allows users to select a country from a comprehensive list. Supports Android, iOS, web, Windows and Linux platforms.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add flutter_simple_country_pickerThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
flutter_simple_country_picker: ^0.5.0Alternatively, 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:flutter_simple_country_picker/flutter_simple_country_picker.dart';