This commit is contained in:
Chandra Abdul Fattah
2025-01-31 23:26:32 +07:00
parent 24580fa79f
commit 7f36d14ba6
5 changed files with 60 additions and 25 deletions

View File

@@ -1,12 +1,12 @@
name: country_code_picker
description: A flutter package for showing a country code selector. In addition it gives the possibility to select a list of favorites countries, as well as to search using a simple searchbox
version: 3.1.0
description: A flutter package for showing a country code selector. In addition it gives the possibility to select a list of favorites countries, as well as to search using a simple searchbox
version: 3.2.0
homepage: https://github.com/chandrabezzo/CountryCodePicker
repository: https://github.com/chandrabezzo/CountryCodePicker
issue_tracker: https://github.com/imtoori/CountryCodePicker/issues
environment:
sdk: '>=2.17.0 <4.0.0'
sdk: ">=2.17.0 <4.0.0"
dependencies:
flutter:
@@ -87,6 +87,6 @@ flutter:
- packages/country_code_picker/src/i18n/uk.json
- packages/country_code_picker/src/i18n/uz.json
- packages/country_code_picker/src/i18n/zh.json
dev_dependencies:
flutter_lints: ^2.0.1