Commit Graph

66 Commits

Author SHA1 Message Date
Rafael Delos Santos 16f09e5ecf Allow to filter countries by locale in the dialog 2020-04-04 14:15:46 +02:00
simon 4b9e6e09f9 Update Spanish 2020-04-01 23:03:35 -04:00
simon dfd73ec26a init Spanish 2020-04-01 23:01:33 -04:00
Salvatore Giordano cad271b83b update version 2020-03-22 12:54:04 +01:00
Salvatore Giordano 8d6430882f add custom list prop 2020-03-22 12:52:13 +01:00
Salvatore Giordano 1520f1a6eb add exit button 2020-03-22 12:40:41 +01:00
Salvatore Giordano 1936cbb6ad add comparator 2020-03-09 00:07:28 +01:00
Salvatore Giordano 9af6647f1a update version 2020-03-08 23:57:03 +01:00
Salvatore Giordano 28e5cd8a7f fix localization 2020-03-08 23:30:54 +01:00
Salvatore Giordano ad89d3ac54 add enabled and textOverflow 2020-03-08 23:17:40 +01:00
Salvatore Giordano 4b0ff287f9 add flagWidth prop 2020-03-08 23:01:56 +01:00
Salvatore Giordano 2a35d65e65 1.3.0 2020-03-08 22:52:15 +01:00
Matteo eb82bd7067 added call to super.didUpdateWidget(oldWidget); 2020-02-01 12:20:06 +01:00
Matteo 5061b926ee override didUpdateWidget to react to initlialSelection change
In my application I found this change necessary to change initialSelction on rebuild of the widget tree
2020-01-26 16:58:45 +01:00
edwin-oshin 89bc30a3d5 Update country_codes.dart
'Republica Dominicana' dial code changed to '+1' from '+1849'
2019-12-20 15:18:36 -04:00
Salvatore Giordano f04b25e069 Merge pull request #42 from solid-software/master
Add second Puerto Rico phone code
2019-12-10 13:25:55 +01:00
imtoori 4da6f6ce00 back to original list 2019-12-10 13:18:56 +01:00
imtoori c8168ef968 update code list 2019-12-10 13:08:37 +01:00
imtoori d9ec9e49fd update version 2019-12-09 23:36:03 +01:00
Salvatore Giordano 094f2e974d Merge pull request #41 from TinyProgrammers/master
added ability to draw custom widgets
2019-12-09 23:17:49 +01:00
imtoori 400da6b13d change naming 2019-12-09 23:11:06 +01:00
Salvatore Giordano b75ad14347 Merge pull request #40 from ranganaperera/get_initial_date_values
Exposed method to get the country information of the initial selection
2019-12-09 23:09:39 +01:00
Salvatore Giordano 837a0c69f7 Merge pull request #39 from El-Etreby/master
Revert to English only country codes
2019-12-09 23:05:04 +01:00
imtoori 9e1347c6cf change naming 2019-12-09 23:03:17 +01:00
Solid Software 5a873e1601 Add second Puerto Rico phone code per https://countrycode.org/puertorico 2019-09-09 14:33:49 +03:00
Saif Allah Khaled 9d64157171 enable custom view widgets; 2019-09-05 16:21:10 +02:00
Saif Allah Khaled 894ffd7c9e enable custom view widgets; 2019-09-05 15:47:49 +02:00
Rangana Perera e41d6f2031 Exposed method to get the country information of the initial selection 2019-09-04 13:02:20 +05:30
hazemsalah 080a5ed652 Update country_codes.dart 2019-09-02 10:37:11 +02:00
El-Etreby f71d2daac7 Revert to English only country codes 2019-09-01 00:27:12 +02:00
Yoan Carlos Machado Espinosa a576443eda Add onlyCountries property
- to define a list with specific country codes to show only such countries
2019-08-22 09:18:47 -04:00
Salvatore Giordano 1ae3519333 Refs #30: optional flag 2019-06-29 09:29:50 +02:00
Salvatore Giordano 542d9d8624 Refs #26: do not call onChanged during initState 2019-06-29 09:09:37 +02:00
Salvatore Giordano 8a6e6b98a7 Merge branch 'master' into feature/styleable-search-field 2019-04-12 09:48:57 +02:00
Andrew Fulton 0ad5e79ea2 [Fix] searchDecoration parameter was null 2019-04-01 22:44:12 -05:00
Andrew Fulton b3dff1e3d9 Add search TextStyle property 2019-04-01 22:28:31 -05:00
Andrew Fulton fe30486c43 Merge branch 'customized-picker' into feature/styleable-search-field 2019-04-01 22:12:56 -05:00
Andrew Fulton b47fa559ab Add custom search InputDecoration to SelectionDialog 2019-04-01 22:03:06 -05:00
Andrew Fulton 7ffdd968f7 Improve SelectionDialog Performance
* Also added a emptySearchBuilder property, this is the widget that will build when a search contains no results.
2019-04-01 21:27:53 -05:00
Benni Heiss 11645ed088 Added own parameter for showOnlyCountryWhenClosed
this is for compatibility to prev 1.1.5 version

added alignLeft parameter
this aligns the flag and the text left and uses more space

added additional examples
2019-03-28 17:27:27 +01:00
Benni Heiss e69dc5e912 fixed small flags on phones 2019-03-26 11:49:58 +01:00
Benni Heiss 71ca7a0b34 refactored selectiondialog _buildoption
OnlyCountrymode now also displays only country when closed
width doesn't change on search
2019-03-26 11:20:17 +01:00
herovickers b1386b2a8b Add option to show country name only in dialog 2019-03-14 22:47:15 +01:00
Salvatore Giordano a9b91ba851 Changed CElement with CountryCode and fix error on favorite null 2018-11-23 00:53:02 +01:00
Salvatore Giordano 7006dab8ef Update version and changelog 2018-10-21 20:21:09 +02:00
linguitang 556a62373b country name display by country language 2018-10-17 19:51:44 +08:00
Jerry Hanks ebda4a59d3 feat : add example project for testing plugin. 2018-09-16 21:39:18 +01:00
Jerry Hanks 478965f2c3 fix : publish the initial selection when the country picker is first initiated. 2018-09-16 12:25:27 +01:00
Salvatore Giordano e03de5039b fix sdk dep 2018-07-14 16:48:03 +02:00
Salvatore Giordano c413aa1f96 Refs #6: use custom png flags 2018-07-14 16:45:13 +02:00