Update to modal_bottom_sheet: ^1.0.1-dev
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
@@ -7,10 +7,11 @@ 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/
|
||||||
|
|||||||
Reference in New Issue
Block a user