xc_country_list_pick 1.0.3 copy "xc_country_list_pick: ^1.0.3" to clipboard
xc_country_list_pick: ^1.0.3 copied to clipboard

outdated

Amazing look for Android and ios. Easy to pick Country by name , code, dialcode.

Amazing look for Android and ios. Country list pick

Demo App

Example #

        XCupertinoCountryListPick.show(context,
            isShowTitle: true,
            initialSelection: '+225',
            fontFamily: 'Mali',
            textColor: Colors.white,
            //textSize: 25.0,
            background: Colors.teal,//Colors.red[300],
            borderRadius: 16,
            onChanged: (value) async{
              print(value.code);
              _paysSelected = value.name;
              setState((){});
            }
        );
2
likes
0
pub points
0%
popularity

Publisher

unverified uploader

Amazing look for Android and ios. Easy to pick Country by name , code, dialcode.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on xc_country_list_pick