DialCountries icon indicating copy to clipboard operation
DialCountries copied to clipboard

Add Support for Fetch Country from dial code

Open sagarthukralRetweaks opened this issue 1 year ago • 0 comments

Hi, it will be great if you can add support for fetch Country from DialCode in your Country Public Struct

public static func getCountryFrom(_ code: String) -> Country? { return CountriesFetcher().fetch().first(where: { $0.dialCode == code}) }

sagarthukralRetweaks avatar Oct 03 '23 15:10 sagarthukralRetweaks