Skip to content

Commit 9caf122

Browse files
authored
Replaced deprecated property with new one (#640)
1 parent 39e4359 commit 9caf122

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

form_app/lib/src/sign_in_http.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ class _SignInHttpDemoState extends State<SignInHttpDemo> {
110110
void _showDialog(String message) {
111111
showDialog(
112112
context: context,
113-
child: AlertDialog(
113+
builder: (context) => AlertDialog(
114114
title: Text(message),
115115
actions: [
116116
FlatButton(

0 commit comments

Comments
 (0)