@@ -994,7 +994,7 @@ Widget build(BuildContext context) {
994
994
selectedTime = pickedTime;
995
995
});
996
996
},
997
- label: const Text('Pick a date '),
997
+ label: const Text('Pick a time '),
998
998
)
999
999
]);
1000
1000
}
@@ -1036,7 +1036,7 @@ It has a number of configuration parameters, including:
1036
1036
{% render docs/code-and-image.md,
1037
1037
image:"fwe/user-input/Dismissible.webp",
1038
1038
caption: "This figure shows a list of Dismissible widgets that each contain a
1039
- ListTile. Swiping across the ListTile reveals a green background makes the tile
1039
+ ListTile. Swiping across the ListTile reveals a green background and makes the tile
1040
1040
disappear."
1041
1041
alt: "A screenshot of three widgets, spaced evenly from each other."
1042
1042
code:"
@@ -1191,7 +1191,7 @@ This page was an introduction to handling user input.
1191
1191
Now that you know how to handle input from app users,
1192
1192
you can make your app even more interesting by adding
1193
1193
external data. In the next section,
1194
- you'll learn now to fetch data for your app over a network,
1194
+ you'll learn how to fetch data for your app over a network,
1195
1195
how to convert data to and from JSON, authentication,
1196
1196
and other networking features.
1197
1197
0 commit comments