Merge pull request #121 from LefebvreIlyas/master

Update to modal_bottom_sheet: ^1.0.1-dev
This commit is contained in:
Salvatore Giordano
2020-10-28 18:37:08 +01:00
committed by GitHub
3 changed files with 8 additions and 3 deletions

View File

@@ -1,3 +1,7 @@
## 1.6.1
- Update to modal_bottom_sheet: ^1.0.1-dev
## 1.6.0 ## 1.6.0
- Added option to change close icon and search icon - Added option to change close icon and search icon

View File

@@ -245,7 +245,7 @@ class CountryCodePickerState extends State<CountryCodePicker> {
barrierColor: widget.barrierColor ?? Colors.grey.withOpacity(0.5), barrierColor: widget.barrierColor ?? Colors.grey.withOpacity(0.5),
backgroundColor: widget.backgroundColor ?? Colors.transparent, backgroundColor: widget.backgroundColor ?? Colors.transparent,
context: context, context: context,
builder: (context, scrollController) => SelectionDialog( builder: (context) => SelectionDialog(
elements, elements,
favoriteElements, favoriteElements,
showCountryOnly: widget.showCountryOnly, showCountryOnly: widget.showCountryOnly,

View File

@@ -1,16 +1,17 @@
name: country_code_picker 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 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: 1.6.0 version: 1.6.1
homepage: https://github.com/imtoori/CountryCodePicker homepage: https://github.com/imtoori/CountryCodePicker
environment: environment:
sdk: ">=2.2.2 <3.0.0" sdk: ">=2.2.2 <3.0.0"
dependencies: dependencies:
modal_bottom_sheet: ^0.2.2
flutter: flutter:
sdk: flutter sdk: flutter
modal_bottom_sheet: ^1.0.1-dev
flutter: flutter:
assets: assets:
- flags/ - flags/