CountryCodePicker
CountryCodePicker copied to clipboard
Favorite property
Hi, loving the package so far, a suggestion if possible, regarding favorite property. Maybe an option to choose if you want the list to be in alphabetical order (which it is now favorite: [ 'US', 'DE', 'CH', ], the first is Germany, then Switzerland then US) or sort it by the order that you have entered in your list of favorites (i.e. favorite: [ 'US', 'DE', 'CH', ]), so US will be first on the list, then Germany, and the Switzerland. Thanks in advance for your time and contribution to the Flutter community!