country_code_max 1.0.1
country_code_max: ^1.0.1 copied to clipboard
A beautiful, animated, and theme-aware country code picker for Flutter that works seamlessly across web and mobile platforms.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add country_code_max
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
country_code_max: ^1.0.1
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_code_max/country_code_max.dart';