max_country_picker 1.0.0+2
max_country_picker: ^1.0.0+2 copied to clipboard
Country picker with three icon mode Circle, Square, and Emoji, and also have two view mode Page and Modal Bottom Sheet.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add max_country_pickerThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
max_country_picker: ^1.0.0+2Alternatively, 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:max_country_picker/max_country_picker.dart';