Fachschaft07 / Guide7

App providing comfortable access to student services of the computer science department (07) of the Munich University of Applied Sciences.
https://fs.cs.hm.edu/
MIT License
9 stars 4 forks source link

Cannot open links when tapping on link in the notice board #60

Closed bennyboer closed 5 years ago

bennyboer commented 5 years ago

We use the flutter_markdown package to display the notice board entries. As you can see here there is already a onTapLink callback in the markdown widget that we can use.

It should open the systems default browser when tapping on a link.