We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59e2363 commit d8c9152Copy full SHA for d8c9152
lib/page/signup/SignPageSeven.dart
@@ -62,7 +62,7 @@ class _SignPageSevenState extends State<SignPageSeven> {
62
63
Future _selectPlace(BuildContext context) async {
64
try {
65
- Place _picker = await PluginGooglePlacePicker.showPlacePicker();
+ Place _picker = await PluginGooglePlacePicker.showAutocomplete();
66
setState(() {
67
_place = _picker;
68
});
lib/page/signup/widgets/location_picker.dart
@@ -12,7 +12,7 @@ class _LocationPickerState extends State<LocationPicker> {
12
13
14
15
16
17
18
0 commit comments