-
Notifications
You must be signed in to change notification settings - Fork 166
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Back button request #82
Comments
I am here for the same request. Below line will decide on back button locationpicker/lib/widgets/place_picker.dart Line 149 in 71cd5e6
|
I am here for the same request. Kindly have a look at it, users are stuck on the location_picker screen and there's no way to go back on iOS. Thanks. |
Working, thanks! |
Maybe some of you still wondering how to implement
place_picker:
git:
url: https://github.com/Lzyct/locationpicker.git
# ref: branch_name # if branch not the master
# rev: commit_hash # if you want to get specific commit
LocationResult? result = await Navigator.of(context).push(MaterialPageRoute(
builder: (context) => PlacePicker(
"API_KEY",
// important to be added
appBarOptions: AppBarOptions(showBackButton: true),
),
),
); |
Hey! Super minor and hopefully trivial request, but a back or cancel button would be amazing!
The text was updated successfully, but these errors were encountered: