Skip to content
This repository has been archived by the owner on Jul 20, 2022. It is now read-only.

Commit

Permalink
Merge pull request #121 from LefebvreIlyas/master
Browse files Browse the repository at this point in the history
Update to modal_bottom_sheet: ^1.0.1-dev
  • Loading branch information
imtoori authored Oct 28, 2020
2 parents cb78ce8 + da0cb4d commit cba29c9
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.6.1

- Update to modal_bottom_sheet: ^1.0.1-dev

## 1.6.0

- Added option to change close icon and search icon
Expand Down
2 changes: 1 addition & 1 deletion lib/country_code_picker.dart
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ class CountryCodePickerState extends State<CountryCodePicker> {
barrierColor: widget.barrierColor ?? Colors.grey.withOpacity(0.5),
backgroundColor: widget.backgroundColor ?? Colors.transparent,
context: context,
builder: (context, scrollController) => SelectionDialog(
builder: (context) => SelectionDialog(
elements,
favoriteElements,
showCountryOnly: widget.showCountryOnly,
Expand Down
5 changes: 3 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
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: 1.6.0
version: 1.6.1
homepage: https://github.com/imtoori/CountryCodePicker

environment:
sdk: ">=2.2.2 <3.0.0"

dependencies:
modal_bottom_sheet: ^0.2.2
flutter:
sdk: flutter

modal_bottom_sheet: ^1.0.1-dev

flutter:
assets:
- flags/
Expand Down

0 comments on commit cba29c9

Please sign in to comment.