country_selector_widget 0.0.8 copy "country_selector_widget: ^0.0.8" to clipboard
country_selector_widget: ^0.0.8 copied to clipboard

Country Selector Widget provides CountrySelectorWidget and showCountrySelectorBottomSheet to fulfill the needed usage.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add country_selector_widget

With Flutter:

 $ flutter pub add country_selector_widget

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  country_selector_widget: ^0.0.8

Alternatively, your editor might support dart pub get or 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_selector_widget/const/country.dart';
import 'package:country_selector_widget/const/enum.dart';
import 'package:country_selector_widget/country_selector.dart';
import 'package:country_selector_widget/data/coutnry_list.dart';
import 'package:country_selector_widget/util/text_util.dart';
3
likes
0
pub points
24%
popularity

Publisher

unverified uploader

Country Selector Widget provides CountrySelectorWidget and showCountrySelectorBottomSheet to fulfill the needed usage.

Homepage

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on country_selector_widget