Mo Ali

Results 3 comments of Mo Ali

Same problem here what is the solution for this? @biessek

> > ### Any solution for this yet? > > @biessek there is no more support for this dependency try this instead it supports default country [https://pub.dev/packages/country_code_picker#-example-tab-](url)

You can use this code ` ExpandableController expandableController = ExpandableController(); void _expand() { expandableController.expanded = true; }` and invoke _expand method in build() or initState() also you have to add...