child parameter has been deprecated
ImagePicker.pickImage() need parameter source: null
This commit is contained in:
@@ -298,7 +298,7 @@ class PurchaseScreenState<T> extends BaseState<PurchaseScreen> {
|
||||
print(currency.toString());
|
||||
showDialog(
|
||||
context: context,
|
||||
child: new AlertDialog(
|
||||
builder: (_) => new AlertDialog(
|
||||
title: new Text(StringsLocalization.confirmation()),
|
||||
content:
|
||||
new Text(
|
||||
@@ -325,7 +325,7 @@ class PurchaseScreenState<T> extends BaseState<PurchaseScreen> {
|
||||
apiErrorAlert(String errorText) {
|
||||
showDialog(
|
||||
context: context,
|
||||
child: new AlertDialog(
|
||||
builder: (_) => new AlertDialog(
|
||||
content: new Text(errorText),
|
||||
actions: <Widget>[
|
||||
new FlatButton(
|
||||
|
||||
Reference in New Issue
Block a user