Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add missing countries and favorites params to CountrySelectorNavigato…
…r.page factory (#267) 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.
- Loading branch information