country_code_helper 0.3.0
country_code_helper: ^0.3.0 copied to clipboard
Flutter country picker with built-in themed bottom sheet, phone-field prefix, bundled flag assets, SIM detection, and phone number parsing/validation.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add country_code_helperThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
country_code_helper: ^0.3.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:country_code_helper/country_code_helper.dart';