Commit Graph

74 Commits

Author SHA1 Message Date
Gloria Ngo 930b8eb4ba Match selection dialog box shadow with barrier color 2020-11-26 22:06:30 -05:00
Gloria Ngo 3cd61a0b9e Adds background color to selection dialog 2020-11-26 21:51:17 -05:00
Salvatore Giordano 28715551ee Refs #120: Center selection dialog 2020-10-28 18:42:10 +01:00
LefebvreIlyas e3a78e7668 Update to modal_bottom_sheet: ^1.0.1-dev 2020-10-28 17:43:12 +01:00
Salvatore Giordano 912d121156 Merge branch 'master' into master 2020-10-11 11:56:10 +02:00
vlfr1997 300f86c9b8 Update country_code_picker.dart 2020-09-24 18:49:25 -03:00
vlfr1997 ef3bb23d3e Update country_code_picker.dart 2020-09-24 18:40:19 -03:00
Jean-Charles Moussé 4c3fc215f2 Adding properties for customization 2020-09-24 11:28:56 +02:00
abdullah zakhoi 178bb6f772 added bottom sheet dialog rather than SimpleDialog 2020-08-05 11:38:19 +03:00
Salvatore Giordano 24ba175b76 #85: localize on init 2020-06-14 15:57:01 +02:00
Salvatore Giordano 7056cc1ffa add hideMainText property 2020-05-16 13:12:56 +02:00
Salvatore Giordano c46aa1c40e fix showflagdialog and main to override the showflag property 2020-05-09 12:25:30 +02:00
km.yiu 51fa3d7b9a allow to edit dialog textStyle 2020-04-29 16:02:46 +08:00
Salvatore Giordano a94a13bd47 bump version 2020-04-07 15:12:04 +02:00
Salvatore Giordano 81c668ed43 use didchangedependencies 2020-04-07 14:41:30 +02:00
Salvatore Giordano 7ade439518 Update README.md 2020-04-05 12:32:25 +02:00
Salvatore Giordano 8f9959cbe6 update readme 2020-04-05 12:29:52 +02:00
Salvatore Giordano 12edc3ff90 refs #63: add hideSearch property 2020-04-05 11:56:06 +02:00
Salvatore Giordano 47a3336058 version bump 2020-04-04 16:45:14 +02:00
Salvatore Giordano 4e2cc1673a Merge branch 'master' into hotfix/search-localizations 2020-04-04 16:43:15 +02:00
Salvatore Giordano c74dcf43ca refs #60: expose state to let use a key to open the dialog 2020-04-04 16:25:19 +02:00
Salvatore Giordano bb7d3c75c8 refs #59: add dialog size 2020-04-04 16:15:25 +02:00
Salvatore Giordano 1e9495cf24 fix search with localization and move elemen localization 2020-04-04 14:15:54 +02:00
Rafael Delos Santos 16f09e5ecf Allow to filter countries by locale in the dialog 2020-04-04 14:15:46 +02: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 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
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
imtoori 9e1347c6cf change naming 2019-12-09 23:03:17 +01: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
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