cedvdb / phone_form_field

Flutter phone number input
https://pub.dev/packages/phone_form_field
MIT License
72 stars 100 forks source link

Add missing `countries` and `favorites` params to `CountrySelectorNavigator.page` factory #267

Closed NodariMosia closed 2 weeks ago

NodariMosia commented 3 weeks ago

Currently, PageNavigator._ private constructor accepts super.countries and super.favorites params, but they are not exposed in CountrySelectorNavigator.page public factory method, thus library users are not able to customize dispayed countries and favorites lists. This change adds those missing params to CountrySelectorNavigator.page factory.