Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

V2.0.15 #81

Merged
merged 8 commits into from
May 2, 2022
Merged

V2.0.15 #81

merged 8 commits into from
May 2, 2022

Conversation

Daniel-Ioannou
Copy link
Owner

@Daniel-Ioannou Daniel-Ioannou commented May 2, 2022

In this version:

  • Implemented Country Service
  • Add support for German localization
  • Add favorite option.
    • Can be used to to show the favorite countries at the top of the list.
    • It takes a list of country code(iso2).
      showCountryPicker(
        context: context,
        favorite: <String>['SE', 'MC'],
        onSelect: (Country country) {
          print('Select country: ${country.displayName}');
        },
      );
  • Fix package assets

@Daniel-Ioannou Daniel-Ioannou merged commit d7ca4b6 into master May 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant