TUM-Dev / campus_flutter

Development of the cross-platform TUM Campus App with Flutter - for and from students at Technical University of Munich.
https://tum.app/
GNU General Public License v3.0
37 stars 4 forks source link

[Enhancement] Location permissions should only be asked for after user action #182

Closed kordianbruck closed 8 months ago

kordianbruck commented 8 months ago

Currently the popup comes when token permissions are checked. There is no context for the user to allow location permission there and might lead to people first declining the access. It'd be better if the permissions were only asked for after a user clicks a button in the app. e.g.: show a separate button on the home screen to "improve results" that would then trigger the rest of the flow.