country_picker_bkb 1.0.1
country_picker_bkb: ^1.0.1 copied to clipboard
This Package is about providing the sipmple country, state, city, dial code picker and can be designed based on user's wish also.Read the Read me file for more info about the Project.we can get detail [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add country_picker_bkbThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
country_picker_bkb: ^1.0.1Alternatively, 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_picker_bkb/country_picker_bkb.dart';